#38AA0C

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

Shades of Kelly Green #38AA0C

Tints of Kelly Green #38AA0C

Color information

#38AA0C (or 0x38AA0C) is unknown color: approx Kelly Green. HEX triplet: 38, AA and 0C. RGB value is (56,170,12). Sum of RGB (Red+Green+Blue) = 56+170+12=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AA0C is #C755F3. Grayscale: #767676. Windows color (decimal): -13063668 or 830008. OLE color: 830008.

HSL color Cylindrical-coordinate representation of color #38AA0C: hue angle of 103.29º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38AA0C is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB5617012-
CMYK0.6700.930.33
HSL103.29º86.81%35.69%-
HSV(B)103.29º92.94%66.67%-
XYZ16.0729.625.22-
YUV117.968.2383.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 170 (66.80% from 255) = 71.43%
BLUE value IS 12 (5.08% from 255) = 5.04%
R=23.53%
G=71.43%
B=5.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56170120.6700.930.33103.2986.8135.69
Hex38AAC4305D21675724
Octal702521410301354114712744
Binary11100010101010110010000110101110110000111001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,170,12); }

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

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

 a { background-color: rgb(56,170,12); }

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

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

 span { border-color: rgb(56,170,12); }

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