Html Css Color HEX #42A41A Kelly Green

📋 copy color: '#42A41A'

red 66 ◦ green 164 ◦ blue 26

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

Shades of Kelly Green #42A41A

Tints of Kelly Green #42A41A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 64.06%

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

R = 25.78%
G = 64.06%
B = 10.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#42A41A (or 0x42A41A) is known color: Kelly Green. HEX triplet: 42, A4 and 1A. RGB value is (66,164,26). Sum of RGB (Red+Green+Blue) = 66+164+26=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #42A41A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A41A is #BD5BE5. Grayscale: #777777. Windows color (decimal): -12409830 or 1745986. OLE color: 1745986.

HSL color Cylindrical-coordinate representation of color #42A41A: hue angle of 102.61º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42A41A is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 164 26 -
CMYK 0.60 0 0.84 0.36
HSL 102.61º 0.73% 0.37% -
HSV(B) 102.61º 0.84% 0.64% -
XYZ 15.71 27.78 5.51 -
YUV 118.97 75.53 90.22 -
System Red Green Blue C M Y K H S L
Decimal 66 164 26 0.60 0 0.84 0.36 102.61 0.73 0.37
Hex 42 A4 1A 3C 0 54 24 67 49 25
Octal 102 244 32 74 0 124 44 147 111 45
Binary 1000010 10100100 11010 111100 0 1010100 100100 1100111 1001001 100101

Color Harmonies of #42A41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A41A

Black with #42A41A

Text Example


Text Example

White with #42A41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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