Html Css Color HEX #42A11A Kelly Green

📋 copy color: '#42A11A'

red 66 ◦ green 161 ◦ blue 26

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

Shades of Kelly Green #42A11A

Tints of Kelly Green #42A11A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 63.64%

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 26.09%
G = 63.64%
B = 10.28%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#42A11A (or 0x42A11A) is known color: Kelly Green. HEX triplet: 42, A1 and 1A. RGB value is (66,161,26). Sum of RGB (Red+Green+Blue) = 66+161+26=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 161 (63.28% from 255 or 63.64% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 161 - color contains mainly: green. Hex color #42A11A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A11A is #BD5EE5. Grayscale: #757575. Windows color (decimal): -12410598 or 1745218. OLE color: 1745218.

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

Color convert

RGB 66 161 26 -
CMYK 0.59 0 0.84 0.37
HSL 102.22º 0.72% 0.37% -
HSV(B) 102.22º 0.84% 0.63% -
XYZ 15.18 26.72 5.34 -
YUV 117.21 76.53 91.48 -
System Red Green Blue C M Y K H S L
Decimal 66 161 26 0.59 0 0.84 0.37 102.22 0.72 0.37
Hex 42 A1 1A 3B 0 54 25 66 48 25
Octal 102 241 32 73 0 124 45 146 110 45
Binary 1000010 10100001 11010 111011 0 1010100 100101 1100110 1001000 100101

Color Harmonies of #42A11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A11A

Black with #42A11A

Text Example


Text Example

White with #42A11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,161,26); }

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

background-color css

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

 a { background-color: rgb(66,161,26); }

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

border-color css

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

 span { border-color: rgb(66,161,26); }

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