Html Css Color HEX #95C4A2 Summer Green

📋 copy color: '#95C4A2'

red 149 ◦ green 196 ◦ blue 162

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

Shades of Summer Green #95C4A2

Tints of Summer Green #95C4A2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.66%

 BLUE value IS 162 (63.67% from 255) = 31.95%

R = 29.39%
G = 38.66%
B = 31.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#95C4A2 (or 0x95C4A2) is known color: Summer Green. HEX triplet: 95, C4 and A2. RGB value is (149,196,162). Sum of RGB (Red+Green+Blue) = 149+196+162=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #95C4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C4A2 is #6A3B5D. Grayscale: #B2B2B2. Windows color (decimal): -6962014 or 10667157. OLE color: 10667157.

HSL color Cylindrical-coordinate representation of color #95C4A2: hue angle of 136.6º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C4A2 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 196 162 -
CMYK 0.24 0 0.17 0.23
HSL 136.6º 0.28% 0.68% -
HSV(B) 136.6º 0.24% 0.77% -
XYZ 38.66 48.48 41.5 -
YUV 178.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 149 196 162 0.24 0 0.17 0.23 136.6 0.28 0.68
Hex 95 C4 A2 18 0 11 17 89 1C 44
Octal 225 304 242 30 0 21 27 211 34 104
Binary 10010101 11000100 10100010 11000 0 10001 10111 10001001 11100 1000100

Color Harmonies of #95C4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C4A2

Black with #95C4A2

Text Example


Text Example

White with #95C4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,196,162); }

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

background-color css

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

 a { background-color: rgb(149,196,162); }

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

border-color css

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

 span { border-color: rgb(149,196,162); }

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