Html Css Color HEX #42AB0B Kelly Green

📋 copy color: '#42AB0B'

red 66 ◦ green 171 ◦ blue 11

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

Shades of Kelly Green #42AB0B

Tints of Kelly Green #42AB0B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 68.95%

 BLUE value IS 11 (4.69% from 255) = 4.44%

R = 26.61%
G = 68.95%
B = 4.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#42AB0B (or 0x42AB0B) is known color: Kelly Green. HEX triplet: 42, AB and 0B. RGB value is (66,171,11). Sum of RGB (Red+Green+Blue) = 66+171+11=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 171 (67.19% from 255 or 68.95% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AB0B is #BD54F4. Grayscale: #797979. Windows color (decimal): -12408053 or 764738. OLE color: 764738.

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

Color convert

RGB 66 171 11 -
CMYK 0.61 0 0.94 0.33
HSL 99.38º 0.88% 0.36% -
HSV(B) 99.38º 0.94% 0.67% -
XYZ 16.87 30.31 5.28 -
YUV 121.37 65.71 88.51 -
System Red Green Blue C M Y K H S L
Decimal 66 171 11 0.61 0 0.94 0.33 99.38 0.88 0.36
Hex 42 AB B 3D 0 5E 21 63 58 24
Octal 102 253 13 75 0 136 41 143 130 44
Binary 1000010 10101011 1011 111101 0 1011110 100001 1100011 1011000 100100

Color Harmonies of #42AB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB0B

Black with #42AB0B

Text Example


Text Example

White with #42AB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,171,11); }

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

background-color css

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

 a { background-color: rgb(66,171,11); }

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

border-color css

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

 span { border-color: rgb(66,171,11); }

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