Html Css Color HEX #8AC975 Gossip

📋 copy color: '#8AC975'

red 138 ◦ green 201 ◦ blue 117

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

Shades of Gossip #8AC975

Tints of Gossip #8AC975

RGB

 RED value IS 138 (54.3% from 255) = 30.26%

 GREEN value IS 201 (78.91% from 255) = 44.08%

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 30.26%
G = 44.08%
B = 25.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#8AC975 (or 0x8AC975) is known color: Gossip. HEX triplet: 8A, C9 and 75. RGB value is (138,201,117). Sum of RGB (Red+Green+Blue) = 138+201+117=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC975 is #75368A. Grayscale: #ACACAC. Windows color (decimal): -7681675 or 7719306. OLE color: 7719306.

HSL color Cylindrical-coordinate representation of color #8AC975: hue angle of 105º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AC975 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 201 117 -
CMYK 0.31 0 0.42 0.21
HSL 105º 0.44% 0.62% -
HSV(B) 105º 0.42% 0.79% -
XYZ 34.58 48.46 24.36 -
YUV 172.59 96.63 103.33 -
System Red Green Blue C M Y K H S L
Decimal 138 201 117 0.31 0 0.42 0.21 105 0.44 0.62
Hex 8A C9 75 1F 0 2A 15 69 2C 3E
Octal 212 311 165 37 0 52 25 151 54 76
Binary 10001010 11001001 1110101 11111 0 101010 10101 1101001 101100 111110

Color Harmonies of #8AC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC975

Black with #8AC975

Text Example


Text Example

White with #8AC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AC975; }

 p { color: rgb(138,201,117); }

 H1.HeaderClassName
 {
   color: #8AC975;
 }
 .AnyTagClassName
 {
   color: #8AC975;
 }
</style>

background-color css

<style>
 a { background-color: #8AC975; }

 a { background-color: rgb(138,201,117); }

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

border-color css

<style>
 span { border-color: #8AC975; }

 span { border-color: rgb(138,201,117); }

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