Html Css Color HEX #95EDA5 Pale Green

📋 copy color: '#95EDA5'

red 149 ◦ green 237 ◦ blue 165

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

Shades of Pale Green #95EDA5

Tints of Pale Green #95EDA5

RGB

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

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

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

R = 27.04%
G = 43.01%
B = 29.95%

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

#95EDA5 (or 0x95EDA5) is known color: Pale Green. HEX triplet: 95, ED and A5. RGB value is (149,237,165). Sum of RGB (Red+Green+Blue) = 149+237+165=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EDA5 is #6A125A. Grayscale: #CACACA. Windows color (decimal): -6951515 or 10874261. OLE color: 10874261.

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

Color convert

RGB 149 237 165 -
CMYK 0.37 0 0.30 0.07
HSL 130.91º 0.71% 0.76% -
HSV(B) 130.91º 0.37% 0.93% -
XYZ 49.47 69.67 46.44 -
YUV 202.48 106.85 89.85 -
System Red Green Blue C M Y K H S L
Decimal 149 237 165 0.37 0 0.30 0.07 130.91 0.71 0.76
Hex 95 ED A5 25 0 1E 7 83 47 4C
Octal 225 355 245 45 0 36 7 203 107 114
Binary 10010101 11101101 10100101 100101 0 11110 111 10000011 1000111 1001100

Color Harmonies of #95EDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDA5

Black with #95EDA5

Text Example


Text Example

White with #95EDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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