Html Css Color HEX #42AC5E Chateau Green

📋 copy color: '#42AC5E'

red 66 ◦ green 172 ◦ blue 94

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

Shades of Chateau Green #42AC5E

Tints of Chateau Green #42AC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 19.88%
G = 51.81%
B = 28.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#42AC5E (or 0x42AC5E) is known color: Chateau Green. HEX triplet: 42, AC and 5E. RGB value is (66,172,94). Sum of RGB (Red+Green+Blue) = 66+172+94=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC5E is #BD53A1. Grayscale: #838383. Windows color (decimal): -12407714 or 6204482. OLE color: 6204482.

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

Color convert

RGB 66 172 94 -
CMYK 0.62 0 0.45 0.33
HSL 135.85º 0.45% 0.47% -
HSV(B) 135.85º 0.62% 0.67% -
XYZ 19.02 31.47 15.66 -
YUV 131.41 106.88 81.34 -
System Red Green Blue C M Y K H S L
Decimal 66 172 94 0.62 0 0.45 0.33 135.85 0.45 0.47
Hex 42 AC 5E 3E 0 2D 21 88 2D 2F
Octal 102 254 136 76 0 55 41 210 55 57
Binary 1000010 10101100 1011110 111110 0 101101 100001 10001000 101101 101111

Color Harmonies of #42AC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC5E

Black with #42AC5E

Text Example


Text Example

White with #42AC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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