#38CA1A

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

Shades of Kelly Green #38CA1A

Tints of Kelly Green #38CA1A

Color information

#38CA1A (or 0x38CA1A) is unknown color: approx Kelly Green. HEX triplet: 38, CA and 1A. RGB value is (56,202,26). Sum of RGB (Red+Green+Blue) = 56+202+26=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CA1A is #C735E5. Grayscale: #8A8A8A. Windows color (decimal): -13055462 or 1755704. OLE color: 1755704.

HSL color Cylindrical-coordinate representation of color #38CA1A: hue angle of 109.77º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38CA1A is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB5620226-
CMYK0.7200.870.21
HSL109.77º77.19%44.71%-
HSV(B)109.77º87.13%79.22%-
XYZ22.9443.168.1-
YUV138.2864.6369.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 202 (79.30% from 255) = 71.13%
BLUE value IS 26 (10.55% from 255) = 9.15%
R=19.72%
G=71.13%
B=9.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56202260.7200.870.21109.7777.1944.71
Hex38CA1A48057156e4d2d
Octal703123211001272515611555
Binary11100011001010110101001000010101111010111011101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,202,26); }

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

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

 a { background-color: rgb(56,202,26); }

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

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

 span { border-color: rgb(56,202,26); }

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