Html Css Color HEX #42A40C Kelly Green

📋 copy color: '#42A40C'

red 66 ◦ green 164 ◦ blue 12

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

Shades of Kelly Green #42A40C

Tints of Kelly Green #42A40C

RGB

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

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

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

R = 27.27%
G = 67.77%
B = 4.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#42A40C (or 0x42A40C) is known color: Kelly Green. HEX triplet: 42, A4 and 0C. RGB value is (66,164,12). Sum of RGB (Red+Green+Blue) = 66+164+12=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 164 (64.45% from 255 or 67.77% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 164 - color contains mainly: green. Hex color #42A40C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A40C is #BD5BF3. Grayscale: #757575. Windows color (decimal): -12409844 or 828482. OLE color: 828482.

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

Color convert

RGB 66 164 12 -
CMYK 0.60 0 0.93 0.36
HSL 98.68º 0.86% 0.35% -
HSV(B) 98.68º 0.93% 0.64% -
XYZ 15.59 27.74 4.88 -
YUV 117.37 68.53 91.36 -
System Red Green Blue C M Y K H S L
Decimal 66 164 12 0.60 0 0.93 0.36 98.68 0.86 0.35
Hex 42 A4 C 3C 0 5D 24 63 56 23
Octal 102 244 14 74 0 135 44 143 126 43
Binary 1000010 10100100 1100 111100 0 1011101 100100 1100011 1010110 100011

Color Harmonies of #42A40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A40C

Black with #42A40C

Text Example


Text Example

White with #42A40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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