Html Css Color HEX #42A001 Kelly Green

📋 copy color: '#42A001'

red 66 ◦ green 160 ◦ blue 1

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

Shades of Kelly Green #42A001

Tints of Kelly Green #42A001

RGB

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

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

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

R = 29.07%
G = 70.48%
B = 0.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#42A001 (or 0x42A001) is known color: Kelly Green. HEX triplet: 42, A0 and 01. RGB value is (66,160,1). Sum of RGB (Red+Green+Blue) = 66+160+1=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 160 (62.89% from 255 or 70.48% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 160 - color contains mainly: green. Hex color #42A001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A001 is #BD5FFE. Grayscale: #727272. Windows color (decimal): -12410879 or 106562. OLE color: 106562.

HSL color Cylindrical-coordinate representation of color #42A001: hue angle of 95.47º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42A001 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 160 1 -
CMYK 0.59 0 0.99 0.37
HSL 95.47º 0.99% 0.32% -
HSV(B) 95.47º 0.99% 0.63% -
XYZ 14.82 26.3 4.32 -
YUV 113.77 64.36 93.93 -
System Red Green Blue C M Y K H S L
Decimal 66 160 1 0.59 0 0.99 0.37 95.47 0.99 0.32
Hex 42 A0 1 3B 0 63 25 5F 63 20
Octal 102 240 1 73 0 143 45 137 143 40
Binary 1000010 10100000 1 111011 0 1100011 100101 1011111 1100011 100000

Color Harmonies of #42A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A001

Black with #42A001

Text Example


Text Example

White with #42A001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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