#38AA0E

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

Shades of Kelly Green #38AA0E

Tints of Kelly Green #38AA0E

Color information

#38AA0E (or 0x38AA0E) is unknown color: approx Kelly Green. HEX triplet: 38, AA and 0E. RGB value is (56,170,14). Sum of RGB (Red+Green+Blue) = 56+170+14=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 170 (66.80% from 255 or 70.83% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AA0E is #C755F1. Grayscale: #767676. Windows color (decimal): -13063666 or 961080. OLE color: 961080.

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

Color convert

RGB5617014-
CMYK0.6700.920.33
HSL103.85º84.78%36.08%-
HSV(B)103.85º91.76%66.67%-
XYZ16.0829.625.29-
YUV118.1369.2383.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 170 (66.80% from 255) = 70.83%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=23.33%
G=70.83%
B=5.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56170140.6700.920.33103.8584.7836.08
Hex38AAE4305C21685524
Octal702521610301344115012544
Binary11100010101010111010000110101110010000111010001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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