#38AD12

Color #38AD12 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #38AD12

Tints of Kelly Green #38AD12

Color information

#38AD12 (or 0x38AD12) is unknown color: approx Kelly Green. HEX triplet: 38, AD and 12. RGB value is (56,173,18). Sum of RGB (Red+Green+Blue) = 56+173+18=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 173 (67.97% from 255 or 70.04% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AD12 is #C752ED. Grayscale: #787878. Windows color (decimal): -13062894 or 1223992. OLE color: 1223992.

HSL color Cylindrical-coordinate representation of color #38AD12: hue angle of 105.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38AD12 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB5617318-
CMYK0.6800.900.32
HSL105.29º81.15%37.45%-
HSV(B)105.29º89.6%67.84%-
XYZ16.6830.775.63-
YUV120.3570.2482.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 173 (67.97% from 255) = 70.04%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=22.67%
G=70.04%
B=7.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56173180.6800.900.32105.2981.1537.45
Hex38AD124405A20695125
Octal702552210401324015112145
Binary111000101011011001010001000101101010000011010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AD12; }

 p { color: rgb(56,173,18); }

 H1.HeaderClassName
 {
   color: #38AD12;
 }
 .AnyTagClassName
 {
   color: #38AD12;
 }
</style>
background-color css

<style>
 a { background-color: #38AD12; }

 a { background-color: rgb(56,173,18); }

 div.DivClassName
 {
   background-color: #38AD12;
 }
 .BgClassName
 {
   background-color: #38AD12;
 }
</style>
border-color css

<style>
 span { border-color: #38AD12; }

 span { border-color: rgb(56,173,18); }

 td.TdClassName
 {
   border-color: #38AD12;
 }
 .TagClassName
 {
   border-color: #38AD12;
 }
</style>