Html Css Color HEX #95EEA6 Pale Green

📋 copy color: '#95EEA6'

red 149 ◦ green 238 ◦ blue 166

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

Shades of Pale Green #95EEA6

Tints of Pale Green #95EEA6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.04%

 BLUE value IS 166 (65.23% from 255) = 30.02%

R = 26.94%
G = 43.04%
B = 30.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#95EEA6 (or 0x95EEA6) is known color: Pale Green. HEX triplet: 95, EE and A6. RGB value is (149,238,166). Sum of RGB (Red+Green+Blue) = 149+238+166=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #95EEA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EEA6 is #6A1159. Grayscale: #CBCBCB. Windows color (decimal): -6951258 or 10940053. OLE color: 10940053.

HSL color Cylindrical-coordinate representation of color #95EEA6: hue angle of 131.46º degrees, saturation: 0.72, 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 #95EEA6 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 238 166 -
CMYK 0.37 0 0.30 0.07
HSL 131.46º 0.72% 0.76% -
HSV(B) 131.46º 0.37% 0.93% -
XYZ 49.85 70.29 47.02 -
YUV 203.18 107.01 89.35 -
System Red Green Blue C M Y K H S L
Decimal 149 238 166 0.37 0 0.30 0.07 131.46 0.72 0.76
Hex 95 EE A6 25 0 1E 7 83 48 4C
Octal 225 356 246 45 0 36 7 203 110 114
Binary 10010101 11101110 10100110 100101 0 11110 111 10000011 1001000 1001100

Color Harmonies of #95EEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EEA6

Black with #95EEA6

Text Example


Text Example

White with #95EEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,238,166); }

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

background-color css

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

 a { background-color: rgb(149,238,166); }

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

border-color css

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

 span { border-color: rgb(149,238,166); }

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