Html Css Color HEX #8AD274 Gossip

📋 copy color: '#8AD274'

red 138 ◦ green 210 ◦ blue 116

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

Shades of Gossip #8AD274

Tints of Gossip #8AD274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.26%

 BLUE value IS 116 (45.7% from 255) = 25%

R = 29.74%
G = 45.26%
B = 25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#8AD274 (or 0x8AD274) is known color: Gossip. HEX triplet: 8A, D2 and 74. RGB value is (138,210,116). Sum of RGB (Red+Green+Blue) = 138+210+116=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD274 is #752D8B. Grayscale: #B2B2B2. Windows color (decimal): -7679372 or 7656074. OLE color: 7656074.

HSL color Cylindrical-coordinate representation of color #8AD274: hue angle of 105.96º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AD274 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 210 116 -
CMYK 0.34 0 0.45 0.18
HSL 105.96º 0.51% 0.64% -
HSV(B) 105.96º 0.45% 0.82% -
XYZ 36.68 52.76 24.77 -
YUV 177.76 93.15 99.64 -
System Red Green Blue C M Y K H S L
Decimal 138 210 116 0.34 0 0.45 0.18 105.96 0.51 0.64
Hex 8A D2 74 22 0 2D 12 6A 33 40
Octal 212 322 164 42 0 55 22 152 63 100
Binary 10001010 11010010 1110100 100010 0 101101 10010 1101010 110011 1000000

Color Harmonies of #8AD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD274

Black with #8AD274

Text Example


Text Example

White with #8AD274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,210,116); }

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

background-color css

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

 a { background-color: rgb(138,210,116); }

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

border-color css

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

 span { border-color: rgb(138,210,116); }

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