Html Css Color HEX #9ACE75 Gossip

📋 copy color: '#9ACE75'

red 154 ◦ green 206 ◦ blue 117

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

Shades of Gossip #9ACE75

Tints of Gossip #9ACE75

RGB

 RED value IS 154 (60.55% from 255) = 32.29%

 GREEN value IS 206 (80.86% from 255) = 43.19%

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

R = 32.29%
G = 43.19%
B = 24.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#9ACE75 (or 0x9ACE75) is known color: Gossip. HEX triplet: 9A, CE and 75. RGB value is (154,206,117). Sum of RGB (Red+Green+Blue) = 154+206+117=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE75 is #65318A. Grayscale: #B4B4B4. Windows color (decimal): -6631819 or 7720602. OLE color: 7720602.

HSL color Cylindrical-coordinate representation of color #9ACE75: hue angle of 95.06º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ACE75 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 206 117 -
CMYK 0.25 0 0.43 0.19
HSL 95.06º 0.48% 0.63% -
HSV(B) 95.06º 0.43% 0.81% -
XYZ 38.61 52.3 24.89 -
YUV 180.31 92.27 109.24 -
System Red Green Blue C M Y K H S L
Decimal 154 206 117 0.25 0 0.43 0.19 95.06 0.48 0.63
Hex 9A CE 75 19 0 2B 13 5F 30 3F
Octal 232 316 165 31 0 53 23 137 60 77
Binary 10011010 11001110 1110101 11001 0 101011 10011 1011111 110000 111111

Color Harmonies of #9ACE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE75

Black with #9ACE75

Text Example


Text Example

White with #9ACE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ACE75; }

 p { color: rgb(154,206,117); }

 H1.HeaderClassName
 {
   color: #9ACE75;
 }
 .AnyTagClassName
 {
   color: #9ACE75;
 }
</style>

background-color css

<style>
 a { background-color: #9ACE75; }

 a { background-color: rgb(154,206,117); }

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

border-color css

<style>
 span { border-color: #9ACE75; }

 span { border-color: rgb(154,206,117); }

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