#38af18

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

Shades of Kelly Green #38AF18

Tints of Kelly Green #38AF18

Color information

#38AF18 (or 0x38AF18) is unknown color: approx Kelly Green. HEX triplet: 38, AF and 18. RGB value is (56,175,24). Sum of RGB (Red+Green+Blue) = 56+175+24=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 175 (68.75% from 255 or 68.63% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AF18 is #C750E7. Grayscale: #7A7A7A. Windows color (decimal): -13062376 or 1617720. OLE color: 1617720.

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

Color convert

RGB5617524-
CMYK0.6800.860.31
HSL107.28º75.88%39.02%-
HSV(B)107.28º86.29%68.63%-
XYZ17.1331.576.05-
YUV122.272.5880.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 175 (68.75% from 255) = 68.63%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=21.96%
G=68.63%
B=9.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175240.6800.860.31107.2875.8839.02
Hex38AF18440561F6b4c27
Octal702573010401263715311447
Binary11100010101111110001000100010101101111111010111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38af18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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