Html Css Color HEX #9AE375 Gossip

📋 copy color: '#9AE375'

red 154 ◦ green 227 ◦ blue 117

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

Shades of Gossip #9AE375

Tints of Gossip #9AE375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.58%

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

R = 30.92%
G = 45.58%
B = 23.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#9AE375 (or 0x9AE375) is known color: Gossip. HEX triplet: 9A, E3 and 75. RGB value is (154,227,117). Sum of RGB (Red+Green+Blue) = 154+227+117=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #9AE375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE375 is #651C8A. Grayscale: #C1C1C1. Windows color (decimal): -6626443 or 7725978. OLE color: 7725978.

HSL color Cylindrical-coordinate representation of color #9AE375: hue angle of 99.82º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AE375 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 154 227 117 -
CMYK 0.32 0 0.48 0.11
HSL 99.82º 0.66% 0.67% -
HSV(B) 99.82º 0.48% 0.89% -
XYZ 44.01 63.09 26.69 -
YUV 192.63 85.32 100.44 -
System Red Green Blue C M Y K H S L
Decimal 154 227 117 0.32 0 0.48 0.11 99.82 0.66 0.67
Hex 9A E3 75 20 0 30 B 64 42 43
Octal 232 343 165 40 0 60 13 144 102 103
Binary 10011010 11100011 1110101 100000 0 110000 1011 1100100 1000010 1000011

Color Harmonies of #9AE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE375

Black with #9AE375

Text Example


Text Example

White with #9AE375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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