Html Css Color HEX #42A166 Chateau Green

📋 copy color: '#42A166'

red 66 ◦ green 161 ◦ blue 102

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

Shades of Chateau Green #42A166

Tints of Chateau Green #42A166

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.94%

 BLUE value IS 102 (40.23% from 255) = 31%

R = 20.06%
G = 48.94%
B = 31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#42A166 (or 0x42A166) is known color: Chateau Green. HEX triplet: 42, A1 and 66. RGB value is (66,161,102). Sum of RGB (Red+Green+Blue) = 66+161+102=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #42A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A166 is #BD5E99. Grayscale: #7E7E7E. Windows color (decimal): -12410522 or 6725954. OLE color: 6725954.

HSL color Cylindrical-coordinate representation of color #42A166: hue angle of 142.74º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A166 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 161 102 -
CMYK 0.59 0 0.37 0.37
HSL 142.74º 0.42% 0.45% -
HSV(B) 142.74º 0.59% 0.63% -
XYZ 17.39 27.61 16.98 -
YUV 125.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 66 161 102 0.59 0 0.37 0.37 142.74 0.42 0.45
Hex 42 A1 66 3B 0 25 25 8F 2A 2D
Octal 102 241 146 73 0 45 45 217 52 55
Binary 1000010 10100001 1100110 111011 0 100101 100101 10001111 101010 101101

Color Harmonies of #42A166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A166

Black with #42A166

Text Example


Text Example

White with #42A166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,161,102); }

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

background-color css

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

 a { background-color: rgb(66,161,102); }

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

border-color css

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

 span { border-color: rgb(66,161,102); }

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