Html Css Color HEX #95DA6A Gossip

📋 copy color: '#95DA6A'

red 149 ◦ green 218 ◦ blue 106

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

Shades of Gossip #95DA6A

Tints of Gossip #95DA6A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

 BLUE value IS 106 (41.8% from 255) = 22.41%

R = 31.5%
G = 46.09%
B = 22.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#95DA6A (or 0x95DA6A) is known color: Gossip. HEX triplet: 95, DA and 6A. RGB value is (149,218,106). Sum of RGB (Red+Green+Blue) = 149+218+106=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DA6A is #6A2595. Grayscale: #B8B8B8. Windows color (decimal): -6956438 or 7002773. OLE color: 7002773.

HSL color Cylindrical-coordinate representation of color #95DA6A: hue angle of 96.96º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95DA6A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 218 106 -
CMYK 0.32 0 0.51 0.15
HSL 96.96º 0.6% 0.64% -
HSV(B) 96.96º 0.51% 0.85% -
XYZ 40.07 57.57 22.64 -
YUV 184.6 83.64 102.61 -
System Red Green Blue C M Y K H S L
Decimal 149 218 106 0.32 0 0.51 0.15 96.96 0.6 0.64
Hex 95 DA 6A 20 0 33 F 61 3C 40
Octal 225 332 152 40 0 63 17 141 74 100
Binary 10010101 11011010 1101010 100000 0 110011 1111 1100001 111100 1000000

Color Harmonies of #95DA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DA6A

Black with #95DA6A

Text Example


Text Example

White with #95DA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,218,106); }

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

background-color css

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

 a { background-color: rgb(149,218,106); }

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

border-color css

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

 span { border-color: rgb(149,218,106); }

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