Html Css Color HEX #95AF9C Summer Green

📋 copy color: '#95AF9C'

red 149 ◦ green 175 ◦ blue 156

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

Shades of Summer Green #95AF9C

Tints of Summer Green #95AF9C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.46%

 BLUE value IS 156 (61.33% from 255) = 32.5%

R = 31.04%
G = 36.46%
B = 32.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#95AF9C (or 0x95AF9C) is known color: Summer Green. HEX triplet: 95, AF and 9C. RGB value is (149,175,156). Sum of RGB (Red+Green+Blue) = 149+175+156=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF9C is #6A5063. Grayscale: #A5A5A5. Windows color (decimal): -6967396 or 10268565. OLE color: 10268565.

HSL color Cylindrical-coordinate representation of color #95AF9C: hue angle of 136.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95AF9C is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 175 156 -
CMYK 0.15 0 0.11 0.31
HSL 136.15º 0.14% 0.64% -
HSV(B) 136.15º 0.15% 0.69% -
XYZ 33.73 39.45 37.29 -
YUV 165.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 149 175 156 0.15 0 0.11 0.31 136.15 0.14 0.64
Hex 95 AF 9C F 0 B 1F 88 E 40
Octal 225 257 234 17 0 13 37 210 16 100
Binary 10010101 10101111 10011100 1111 0 1011 11111 10001000 1110 1000000

Color Harmonies of #95AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AF9C

Black with #95AF9C

Text Example


Text Example

White with #95AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,175,156); }

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

background-color css

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

 a { background-color: rgb(149,175,156); }

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

border-color css

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

 span { border-color: rgb(149,175,156); }

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