Html Css Color HEX #40AC5E Chateau Green

📋 copy color: '#40AC5E'

red 64 ◦ green 172 ◦ blue 94

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

Shades of Chateau Green #40AC5E

Tints of Chateau Green #40AC5E

RGB

 RED value IS 64 (25.39% from 255) = 19.39%

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

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

R = 19.39%
G = 52.12%
B = 28.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#40AC5E (or 0x40AC5E) is known color: Chateau Green. HEX triplet: 40, AC and 5E. RGB value is (64,172,94). Sum of RGB (Red+Green+Blue) = 64+172+94=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AC5E is #BF53A1. Grayscale: #838383. Windows color (decimal): -12538786 or 6204480. OLE color: 6204480.

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

Color convert

RGB 64 172 94 -
CMYK 0.63 0 0.45 0.33
HSL 136.67º 0.46% 0.46% -
HSV(B) 136.67º 0.63% 0.67% -
XYZ 18.89 31.4 15.66 -
YUV 130.82 107.22 80.34 -
System Red Green Blue C M Y K H S L
Decimal 64 172 94 0.63 0 0.45 0.33 136.67 0.46 0.46
Hex 40 AC 5E 3F 0 2D 21 89 2E 2E
Octal 100 254 136 77 0 55 41 211 56 56
Binary 1000000 10101100 1011110 111111 0 101101 100001 10001001 101110 101110

Color Harmonies of #40AC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC5E

Black with #40AC5E

Text Example


Text Example

White with #40AC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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