Html Css Color HEX #42AE0B Kelly Green

📋 copy color: '#42AE0B'

red 66 ◦ green 174 ◦ blue 11

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

Shades of Kelly Green #42AE0B

Tints of Kelly Green #42AE0B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 69.32%

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

R = 26.29%
G = 69.32%
B = 4.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#42AE0B (or 0x42AE0B) is known color: Kelly Green. HEX triplet: 42, AE and 0B. RGB value is (66,174,11). Sum of RGB (Red+Green+Blue) = 66+174+11=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 174 (68.36% from 255 or 69.32% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AE0B is #BD51F4. Grayscale: #7B7B7B. Windows color (decimal): -12407285 or 765506. OLE color: 765506.

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

Color convert

RGB 66 174 11 -
CMYK 0.62 0 0.94 0.32
HSL 99.75º 0.88% 0.36% -
HSV(B) 99.75º 0.94% 0.68% -
XYZ 17.44 31.45 5.47 -
YUV 123.13 64.72 87.25 -
System Red Green Blue C M Y K H S L
Decimal 66 174 11 0.62 0 0.94 0.32 99.75 0.88 0.36
Hex 42 AE B 3E 0 5E 20 64 58 24
Octal 102 256 13 76 0 136 40 144 130 44
Binary 1000010 10101110 1011 111110 0 1011110 100000 1100100 1011000 100100

Color Harmonies of #42AE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AE0B

Black with #42AE0B

Text Example


Text Example

White with #42AE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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