Html Css Color HEX #42AA01 Kelly Green

📋 copy color: '#42AA01'

red 66 ◦ green 170 ◦ blue 1

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

Shades of Kelly Green #42AA01

Tints of Kelly Green #42AA01

RGB

 RED value IS 66 (26.17% from 255) = 27.85%

 GREEN value IS 170 (66.8% from 255) = 71.73%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 27.85%
G = 71.73%
B = 0.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#42AA01 (or 0x42AA01) is known color: Kelly Green. HEX triplet: 42, AA and 01. RGB value is (66,170,1). Sum of RGB (Red+Green+Blue) = 66+170+1=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 170 (66.80% from 255 or 71.73% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AA01 is #BD55FE. Grayscale: #787878. Windows color (decimal): -12408319 or 109122. OLE color: 109122.

HSL color Cylindrical-coordinate representation of color #42AA01: hue angle of 96.92º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42AA01 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 170 1 -
CMYK 0.61 0 0.99 0.33
HSL 96.92º 0.99% 0.34% -
HSV(B) 96.92º 0.99% 0.67% -
XYZ 16.63 29.91 4.93 -
YUV 119.64 61.04 89.74 -
System Red Green Blue C M Y K H S L
Decimal 66 170 1 0.61 0 0.99 0.33 96.92 0.99 0.34
Hex 42 AA 1 3D 0 63 21 61 63 22
Octal 102 252 1 75 0 143 41 141 143 42
Binary 1000010 10101010 1 111101 0 1100011 100001 1100001 1100011 100010

Color Harmonies of #42AA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AA01

Black with #42AA01

Text Example


Text Example

White with #42AA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42AA01; }

 p { color: rgb(66,170,1); }

 H1.HeaderClassName
 {
   color: #42AA01;
 }
 .AnyTagClassName
 {
   color: #42AA01;
 }
</style>

background-color css

<style>
 a { background-color: #42AA01; }

 a { background-color: rgb(66,170,1); }

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

border-color css

<style>
 span { border-color: #42AA01; }

 span { border-color: rgb(66,170,1); }

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