Html Css Color HEX #95EDA9 Chinook

📋 copy color: '#95EDA9'

red 149 ◦ green 237 ◦ blue 169

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

Shades of Chinook #95EDA9

Tints of Chinook #95EDA9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.7%

 BLUE value IS 169 (66.41% from 255) = 30.45%

R = 26.85%
G = 42.7%
B = 30.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#95EDA9 (or 0x95EDA9) is known color: Chinook. HEX triplet: 95, ED and A9. RGB value is (149,237,169). Sum of RGB (Red+Green+Blue) = 149+237+169=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EDA9 is #6A1256. Grayscale: #CBCBCB. Windows color (decimal): -6951511 or 11136405. OLE color: 11136405.

HSL color Cylindrical-coordinate representation of color #95EDA9: hue angle of 133.64º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EDA9 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 237 169 -
CMYK 0.37 0 0.29 0.07
HSL 133.64º 0.71% 0.76% -
HSV(B) 133.64º 0.37% 0.93% -
XYZ 49.84 69.82 48.39 -
YUV 202.94 108.85 89.53 -
System Red Green Blue C M Y K H S L
Decimal 149 237 169 0.37 0 0.29 0.07 133.64 0.71 0.76
Hex 95 ED A9 25 0 1D 7 86 47 4C
Octal 225 355 251 45 0 35 7 206 107 114
Binary 10010101 11101101 10101001 100101 0 11101 111 10000110 1000111 1001100

Color Harmonies of #95EDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDA9

Black with #95EDA9

Text Example


Text Example

White with #95EDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,237,169); }

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

background-color css

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

 a { background-color: rgb(149,237,169); }

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

border-color css

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

 span { border-color: rgb(149,237,169); }

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