Html Css Color HEX #95EDA6 Pale Green

📋 copy color: '#95EDA6'

red 149 ◦ green 237 ◦ blue 166

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

Shades of Pale Green #95EDA6

Tints of Pale Green #95EDA6

RGB

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

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

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

R = 26.99%
G = 42.93%
B = 30.07%

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

#95EDA6 (or 0x95EDA6) is known color: Pale Green. HEX triplet: 95, ED and A6. RGB value is (149,237,166). Sum of RGB (Red+Green+Blue) = 149+237+166=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EDA6 is #6A1259. Grayscale: #CACACA. Windows color (decimal): -6951514 or 10939797. OLE color: 10939797.

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

Color convert

RGB 149 237 166 -
CMYK 0.37 0 0.30 0.07
HSL 131.59º 0.71% 0.76% -
HSV(B) 131.59º 0.37% 0.93% -
XYZ 49.56 69.71 46.92 -
YUV 202.59 107.35 89.77 -
System Red Green Blue C M Y K H S L
Decimal 149 237 166 0.37 0 0.30 0.07 131.59 0.71 0.76
Hex 95 ED A6 25 0 1E 7 84 47 4C
Octal 225 355 246 45 0 36 7 204 107 114
Binary 10010101 11101101 10100110 100101 0 11110 111 10000100 1000111 1001100

Color Harmonies of #95EDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDA6

Black with #95EDA6

Text Example


Text Example

White with #95EDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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