Html Css Color HEX #95E4AC Chinook

📋 copy color: '#95E4AC'

red 149 ◦ green 228 ◦ blue 172

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

Shades of Chinook #95E4AC

Tints of Chinook #95E4AC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.53%

 BLUE value IS 172 (67.58% from 255) = 31.33%

R = 27.14%
G = 41.53%
B = 31.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#95E4AC (or 0x95E4AC) is known color: Chinook. HEX triplet: 95, E4 and AC. RGB value is (149,228,172). Sum of RGB (Red+Green+Blue) = 149+228+172=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #95E4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E4AC is #6A1B53. Grayscale: #C6C6C6. Windows color (decimal): -6953812 or 11330709. OLE color: 11330709.

HSL color Cylindrical-coordinate representation of color #95E4AC: hue angle of 137.47º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E4AC is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 228 172 -
CMYK 0.35 0 0.25 0.11
HSL 137.47º 0.59% 0.74% -
HSV(B) 137.47º 0.35% 0.89% -
XYZ 47.58 64.85 49.04 -
YUV 198 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 149 228 172 0.35 0 0.25 0.11 137.47 0.59 0.74
Hex 95 E4 AC 23 0 19 B 89 3B 4A
Octal 225 344 254 43 0 31 13 211 73 112
Binary 10010101 11100100 10101100 100011 0 11001 1011 10001001 111011 1001010

Color Harmonies of #95E4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E4AC

Black with #95E4AC

Text Example


Text Example

White with #95E4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,228,172); }

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

background-color css

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

 a { background-color: rgb(149,228,172); }

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

border-color css

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

 span { border-color: rgb(149,228,172); }

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