Shades of Gossamer #42AF90
Tints of Gossamer #42AF90
RGB
CMYK
RGB Variations
Color information
#42AF90 (or 0x42AF90) is known color: Gossamer. HEX triplet: 42, AF and 90. RGB value is (66,175,144). Sum of RGB (Red+Green+Blue) = 66+175+144=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AF90 is #BD506F. Grayscale: #8A8A8A. Windows color (decimal): -12406896 or 9482050. OLE color: 9482050.
HSL color Cylindrical-coordinate representation of color #42AF90: hue angle of 162.94º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AF90 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 144 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.31 |
| HSL | 162.94º | 0.45% | 0.47% | - |
| HSV(B) | 162.94º | 0.62% | 0.69% | - |
| XYZ | 22.61 | 33.83 | 31.72 | - |
| YUV | 138.88 | 130.89 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 144 | 0.62 | 0 | 0.18 | 0.31 | 162.94 | 0.45 | 0.47 |
| Hex | 42 | AF | 90 | 3E | 0 | 12 | 1F | A3 | 2D | 2F |
| Octal | 102 | 257 | 220 | 76 | 0 | 22 | 37 | 243 | 55 | 57 |
| Binary | 1000010 | 10101111 | 10010000 | 111110 | 0 | 10010 | 11111 | 10100011 | 101101 | 101111 |
Color Harmonies of #42AF90
Complementary color
Monochromatic Colors of #42AF90
Black with #42AF90
Text Example
Text Example
White with #42AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF90; }
p { color: rgb(66,175,144); }
H1.HeaderClassName
{
color: #42AF90;
}
.AnyTagClassName
{
color: #42AF90;
}
</style>
background-color css
<style>
a { background-color: #42AF90; }
a { background-color: rgb(66,175,144); }
div.DivClassName
{
background-color: #42AF90;
}
.BgClassName
{
background-color: #42AF90;
}
</style>
border-color css
<style>
span { border-color: #42AF90; }
span { border-color: rgb(66,175,144); }
td.TdClassName
{
border-color: #42AF90;
}
.TagClassName
{
border-color: #42AF90;
}
</style>