Html Css Color HEX #95EA7A Gossip

📋 copy color: '#95EA7A'

red 149 ◦ green 234 ◦ blue 122

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

Shades of Gossip #95EA7A

Tints of Gossip #95EA7A

RGB

 RED value IS 149 (58.59% from 255) = 29.5%

 GREEN value IS 234 (91.8% from 255) = 46.34%

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 29.5%
G = 46.34%
B = 24.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#95EA7A (or 0x95EA7A) is known color: Gossip. HEX triplet: 95, EA and 7A. RGB value is (149,234,122). Sum of RGB (Red+Green+Blue) = 149+234+122=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EA7A is #6A1585. Grayscale: #C4C4C4. Windows color (decimal): -6952326 or 8055445. OLE color: 8055445.

HSL color Cylindrical-coordinate representation of color #95EA7A: hue angle of 105.54º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95EA7A is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 122 -
CMYK 0.36 0 0.48 0.08
HSL 105.54º 0.73% 0.7% -
HSV(B) 105.54º 0.48% 0.92% -
XYZ 45.33 66.64 28.89 -
YUV 195.82 86.34 94.61 -
System Red Green Blue C M Y K H S L
Decimal 149 234 122 0.36 0 0.48 0.08 105.54 0.73 0.7
Hex 95 EA 7A 24 0 30 8 6A 49 46
Octal 225 352 172 44 0 60 10 152 111 106
Binary 10010101 11101010 1111010 100100 0 110000 1000 1101010 1001001 1000110

Color Harmonies of #95EA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EA7A

Black with #95EA7A

Text Example


Text Example

White with #95EA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95EA7A; }

 p { color: rgb(149,234,122); }

 H1.HeaderClassName
 {
   color: #95EA7A;
 }
 .AnyTagClassName
 {
   color: #95EA7A;
 }
</style>

background-color css

<style>
 a { background-color: #95EA7A; }

 a { background-color: rgb(149,234,122); }

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

border-color css

<style>
 span { border-color: #95EA7A; }

 span { border-color: rgb(149,234,122); }

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