#38AF08

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

Shades of Kelly Green #38AF08

Tints of Kelly Green #38AF08

Color information

#38AF08 (or 0x38AF08) is unknown color: approx Kelly Green. HEX triplet: 38, AF and 08. RGB value is (56,175,8). Sum of RGB (Red+Green+Blue) = 56+175+8=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AF08 is #C750F7. Grayscale: #787878. Windows color (decimal): -13062392 or 569144. OLE color: 569144.

HSL color Cylindrical-coordinate representation of color #38AF08: hue angle of 102.75º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38AF08 is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB561758-
CMYK0.6800.950.31
HSL102.75º91.26%35.88%-
HSV(B)102.75º95.43%68.63%-
XYZ1731.525.42-
YUV120.3864.5882.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 175 (68.75% from 255) = 73.22%
BLUE value IS 8 (3.52% from 255) = 3.35%
R=23.43%
G=73.22%
B=3.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5617580.6800.950.31102.7591.2635.88
Hex38AF84405F1F675b24
Octal702571010401373714713344
Binary1110001010111110001000100010111111111111001111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,175,8); }

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

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

 a { background-color: rgb(56,175,8); }

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

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

 span { border-color: rgb(56,175,8); }

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