#38AE1C

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

Shades of Kelly Green #38AE1C

Tints of Kelly Green #38AE1C

Color information

#38AE1C (or 0x38AE1C) is unknown color: approx Kelly Green. HEX triplet: 38, AE and 1C. RGB value is (56,174,28). Sum of RGB (Red+Green+Blue) = 56+174+28=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 174 (68.36% from 255 or 67.44% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AE1C is #C751E3. Grayscale: #7A7A7A. Windows color (decimal): -13062628 or 1879608. OLE color: 1879608.

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

Color convert

RGB5617428-
CMYK0.6800.840.32
HSL108.49º72.28%39.61%-
HSV(B)108.49º83.91%68.24%-
XYZ16.9831.26.23-
YUV122.0774.9180.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 174 (68.36% from 255) = 67.44%
BLUE value IS 28 (11.33% from 255) = 10.85%
R=21.71%
G=67.44%
B=10.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56174280.6800.840.32108.4972.2839.61
Hex38AE1C44054206c4828
Octal702563410401244015411050
Binary111000101011101110010001000101010010000011011001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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