Html Css Color HEX #42AB10 Kelly Green

📋 copy color: '#42AB10'

red 66 ◦ green 171 ◦ blue 16

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

Shades of Kelly Green #42AB10

Tints of Kelly Green #42AB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 26.09%
G = 67.59%
B = 6.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#42AB10 (or 0x42AB10) is known color: Kelly Green. HEX triplet: 42, AB and 10. RGB value is (66,171,16). Sum of RGB (Red+Green+Blue) = 66+171+16=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 171 (67.19% from 255 or 67.59% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AB10 is #BD54EF. Grayscale: #7A7A7A. Windows color (decimal): -12408048 or 1092418. OLE color: 1092418.

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

Color convert

RGB 66 171 16 -
CMYK 0.61 0 0.91 0.33
HSL 100.65º 0.83% 0.37% -
HSV(B) 100.65º 0.91% 0.67% -
XYZ 16.9 30.32 5.45 -
YUV 121.94 68.21 88.1 -
System Red Green Blue C M Y K H S L
Decimal 66 171 16 0.61 0 0.91 0.33 100.65 0.83 0.37
Hex 42 AB 10 3D 0 5B 21 65 53 25
Octal 102 253 20 75 0 133 41 145 123 45
Binary 1000010 10101011 10000 111101 0 1011011 100001 1100101 1010011 100101

Color Harmonies of #42AB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB10

Black with #42AB10

Text Example


Text Example

White with #42AB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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