Html Css Color HEX #40AF90 Gossamer

📋 copy color: '#40AF90'

red 64 ◦ green 175 ◦ blue 144

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

Shades of Gossamer #40AF90

Tints of Gossamer #40AF90

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.69%

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 16.71%
G = 45.69%
B = 37.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#40AF90 (or 0x40AF90) is known color: Gossamer. HEX triplet: 40, AF and 90. RGB value is (64,175,144). Sum of RGB (Red+Green+Blue) = 64+175+144=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AF90 is #BF506F. Grayscale: #8A8A8A. Windows color (decimal): -12537968 or 9482048. OLE color: 9482048.

HSL color Cylindrical-coordinate representation of color #40AF90: hue angle of 163.24º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF90 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 175 144 -
CMYK 0.63 0 0.18 0.31
HSL 163.24º 0.46% 0.47% -
HSV(B) 163.24º 0.63% 0.69% -
XYZ 22.48 33.76 31.72 -
YUV 138.28 131.23 75.02 -
System Red Green Blue C M Y K H S L
Decimal 64 175 144 0.63 0 0.18 0.31 163.24 0.46 0.47
Hex 40 AF 90 3F 0 12 1F A3 2E 2F
Octal 100 257 220 77 0 22 37 243 56 57
Binary 1000000 10101111 10010000 111111 0 10010 11111 10100011 101110 101111

Color Harmonies of #40AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF90

Black with #40AF90

Text Example


Text Example

White with #40AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,175,144); }

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

background-color css

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

 a { background-color: rgb(64,175,144); }

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

border-color css

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

 span { border-color: rgb(64,175,144); }

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