#38AE0C

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

Shades of Kelly Green #38AE0C

Tints of Kelly Green #38AE0C

Color information

#38AE0C (or 0x38AE0C) is unknown color: approx Kelly Green. HEX triplet: 38, AE and 0C. RGB value is (56,174,12). Sum of RGB (Red+Green+Blue) = 56+174+12=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 174 (68.36% from 255 or 71.90% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AE0C is #C751F3. Grayscale: #787878. Windows color (decimal): -13062644 or 831032. OLE color: 831032.

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

Color convert

RGB5617412-
CMYK0.6800.930.32
HSL103.7º87.1%36.47%-
HSV(B)103.7º93.1%68.24%-
XYZ16.8331.145.47-
YUV120.2566.9182.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 174 (68.36% from 255) = 71.90%
BLUE value IS 12 (5.08% from 255) = 4.96%
R=23.14%
G=71.90%
B=4.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56174120.6800.930.32103.787.136.47
Hex38AEC4405D20685724
Octal702561410401354015012744
Binary11100010101110110010001000101110110000011010001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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