Html Css Color HEX #95E0A5 Chinook

📋 copy color: '#95E0A5'

red 149 ◦ green 224 ◦ blue 165

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

Shades of Chinook #95E0A5

Tints of Chinook #95E0A5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.64%

 BLUE value IS 165 (64.84% from 255) = 30.67%

R = 27.7%
G = 41.64%
B = 30.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#95E0A5 (or 0x95E0A5) is known color: Chinook. HEX triplet: 95, E0 and A5. RGB value is (149,224,165). Sum of RGB (Red+Green+Blue) = 149+224+165=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E0A5 is #6A1F5A. Grayscale: #C3C3C3. Windows color (decimal): -6954843 or 10870933. OLE color: 10870933.

HSL color Cylindrical-coordinate representation of color #95E0A5: hue angle of 132.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E0A5 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 224 165 -
CMYK 0.33 0 0.26 0.12
HSL 132.8º 0.55% 0.73% -
HSV(B) 132.8º 0.33% 0.88% -
XYZ 45.84 62.42 45.23 -
YUV 194.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 149 224 165 0.33 0 0.26 0.12 132.8 0.55 0.73
Hex 95 E0 A5 21 0 1A C 85 37 49
Octal 225 340 245 41 0 32 14 205 67 111
Binary 10010101 11100000 10100101 100001 0 11010 1100 10000101 110111 1001001

Color Harmonies of #95E0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E0A5

Black with #95E0A5

Text Example


Text Example

White with #95E0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,224,165); }

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

background-color css

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

 a { background-color: rgb(149,224,165); }

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

border-color css

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

 span { border-color: rgb(149,224,165); }

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