Html Css Color HEX #42AE0C Kelly Green

📋 copy color: '#42AE0C'

red 66 ◦ green 174 ◦ blue 12

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

Shades of Kelly Green #42AE0C

Tints of Kelly Green #42AE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 26.19%
G = 69.05%
B = 4.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#42AE0C (or 0x42AE0C) is known color: Kelly Green. HEX triplet: 42, AE and 0C. RGB value is (66,174,12). Sum of RGB (Red+Green+Blue) = 66+174+12=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 174 (68.36% from 255 or 69.05% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AE0C is #BD51F3. Grayscale: #7B7B7B. Windows color (decimal): -12407284 or 831042. OLE color: 831042.

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

Color convert

RGB 66 174 12 -
CMYK 0.62 0 0.93 0.32
HSL 100º 0.87% 0.36% -
HSV(B) 100º 0.93% 0.68% -
XYZ 17.45 31.46 5.5 -
YUV 123.24 65.22 87.17 -
System Red Green Blue C M Y K H S L
Decimal 66 174 12 0.62 0 0.93 0.32 100 0.87 0.36
Hex 42 AE C 3E 0 5D 20 64 57 24
Octal 102 256 14 76 0 135 40 144 127 44
Binary 1000010 10101110 1100 111110 0 1011101 100000 1100100 1010111 100100

Color Harmonies of #42AE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AE0C

Black with #42AE0C

Text Example


Text Example

White with #42AE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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