Html Css Color HEX #42AC2C Kelly Green

📋 copy color: '#42AC2C'

red 66 ◦ green 172 ◦ blue 44

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

Shades of Kelly Green #42AC2C

Tints of Kelly Green #42AC2C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 60.99%

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 23.4%
G = 60.99%
B = 15.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#42AC2C (or 0x42AC2C) is known color: Kelly Green. HEX triplet: 42, AC and 2C. RGB value is (66,172,44). Sum of RGB (Red+Green+Blue) = 66+172+44=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC2C is #BD53D3. Grayscale: #7E7E7E. Windows color (decimal): -12407764 or 2927682. OLE color: 2927682.

HSL color Cylindrical-coordinate representation of color #42AC2C: hue angle of 109.69º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42AC2C is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 172 44 -
CMYK 0.62 0 0.74 0.33
HSL 109.69º 0.59% 0.42% -
HSV(B) 109.69º 0.74% 0.67% -
XYZ 17.45 30.85 7.42 -
YUV 125.71 81.88 85.41 -
System Red Green Blue C M Y K H S L
Decimal 66 172 44 0.62 0 0.74 0.33 109.69 0.59 0.42
Hex 42 AC 2C 3E 0 4A 21 6E 3B 2A
Octal 102 254 54 76 0 112 41 156 73 52
Binary 1000010 10101100 101100 111110 0 1001010 100001 1101110 111011 101010

Color Harmonies of #42AC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC2C

Black with #42AC2C

Text Example


Text Example

White with #42AC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,172,44); }

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

background-color css

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

 a { background-color: rgb(66,172,44); }

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

border-color css

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

 span { border-color: rgb(66,172,44); }

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