Html Css Color HEX #95E29F Chinook

📋 copy color: '#95E29F'

red 149 ◦ green 226 ◦ blue 159

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

Shades of Chinook #95E29F

Tints of Chinook #95E29F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.32%

 BLUE value IS 159 (62.5% from 255) = 29.78%

R = 27.9%
G = 42.32%
B = 29.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#95E29F (or 0x95E29F) is known color: Chinook. HEX triplet: 95, E2 and 9F. RGB value is (149,226,159). Sum of RGB (Red+Green+Blue) = 149+226+159=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #95E29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E29F is #6A1D60. Grayscale: #C3C3C3. Windows color (decimal): -6954337 or 10478229. OLE color: 10478229.

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

Color convert

RGB 149 226 159 -
CMYK 0.34 0 0.30 0.11
HSL 127.79º 0.57% 0.74% -
HSV(B) 127.79º 0.34% 0.89% -
XYZ 45.85 63.29 42.6 -
YUV 195.34 107.49 94.95 -
System Red Green Blue C M Y K H S L
Decimal 149 226 159 0.34 0 0.30 0.11 127.79 0.57 0.74
Hex 95 E2 9F 22 0 1E B 80 39 4A
Octal 225 342 237 42 0 36 13 200 71 112
Binary 10010101 11100010 10011111 100010 0 11110 1011 10000000 111001 1001010

Color Harmonies of #95E29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E29F

Black with #95E29F

Text Example


Text Example

White with #95E29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,226,159); }

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

background-color css

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

 a { background-color: rgb(149,226,159); }

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

border-color css

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

 span { border-color: rgb(149,226,159); }

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