Html Css Color HEX #38A005 Kelly Green

📋 copy color: '#38A005'

red 56 ◦ green 160 ◦ blue 5

#38A005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #38A005

Tints of Kelly Green #38A005

RGB

 RED value IS 56 (22.27% from 255) = 25.34%

 GREEN value IS 160 (62.89% from 255) = 72.4%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 25.34%
G = 72.4%
B = 2.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#38A005 (or 0x38A005) is known color: Kelly Green. HEX triplet: 38, A0 and 05. RGB value is (56,160,5). Sum of RGB (Red+Green+Blue) = 56+160+5=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 160 (62.89% from 255 or 72.40% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 160 - color contains mainly: green. Hex color #38A005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A005 is #C75FFA. Grayscale: #6F6F6F. Windows color (decimal): -13066235 or 368696. OLE color: 368696.

HSL color Cylindrical-coordinate representation of color #38A005: hue angle of 100.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38A005 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 160 5 -
CMYK 0.65 0 0.97 0.37
HSL 100.26º 0.94% 0.32% -
HSV(B) 100.26º 0.97% 0.63% -
XYZ 14.23 25.99 4.41 -
YUV 111.23 68.04 88.6 -
System Red Green Blue C M Y K H S L
Decimal 56 160 5 0.65 0 0.97 0.37 100.26 0.94 0.32
Hex 38 A0 5 41 0 61 25 64 5E 20
Octal 70 240 5 101 0 141 45 144 136 40
Binary 111000 10100000 101 1000001 0 1100001 100101 1100100 1011110 100000

Color Harmonies of #38A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A005

Black with #38A005

Text Example


Text Example

White with #38A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,160,5); }

 H1.HeaderClassName
 {
   color: #38A005;
 }
 .AnyTagClassName
 {
   color: #38A005;
 }
</style>

background-color css

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

 a { background-color: rgb(56,160,5); }

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

border-color css

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

 span { border-color: rgb(56,160,5); }

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