#38ac19

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

Shades of Kelly Green #38AC19

Tints of Kelly Green #38AC19

Color information

#38AC19 (or 0x38AC19) is unknown color: approx Kelly Green. HEX triplet: 38, AC and 19. RGB value is (56,172,25). Sum of RGB (Red+Green+Blue) = 56+172+25=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 172 (67.58% from 255 or 67.98% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AC19 is #C753E6. Grayscale: #797979. Windows color (decimal): -13063143 or 1682488. OLE color: 1682488.

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

Color convert

RGB5617225-
CMYK0.6700.850.33
HSL107.35º74.62%38.63%-
HSV(B)107.35º85.47%67.45%-
XYZ16.5630.425.92-
YUV120.5674.0781.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 172 (67.58% from 255) = 67.98%
BLUE value IS 25 (10.16% from 255) = 9.88%
R=22.13%
G=67.98%
B=9.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56172250.6700.850.33107.3574.6238.63
Hex38AC1943055216b4b27
Octal702543110301254115311347
Binary111000101011001100110000110101010110000111010111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ac19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,172,25); }

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

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

 a { background-color: rgb(56,172,25); }

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

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

 span { border-color: rgb(56,172,25); }

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