Html Css Color HEX #95F5AA Pale Green

📋 copy color: '#95F5AA'

red 149 ◦ green 245 ◦ blue 170

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

Shades of Pale Green #95F5AA

Tints of Pale Green #95F5AA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.44%

 BLUE value IS 170 (66.8% from 255) = 30.14%

R = 26.42%
G = 43.44%
B = 30.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#95F5AA (or 0x95F5AA) is known color: Pale Green. HEX triplet: 95, F5 and AA. RGB value is (149,245,170). Sum of RGB (Red+Green+Blue) = 149+245+170=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #95F5AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F5AA is #6A0A55. Grayscale: #CFCFCF. Windows color (decimal): -6949462 or 11203989. OLE color: 11203989.

HSL color Cylindrical-coordinate representation of color #95F5AA: hue angle of 133.12º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F5AA is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 245 170 -
CMYK 0.39 0 0.31 0.04
HSL 133.13º 0.83% 0.77% -
HSV(B) 133.13º 0.39% 0.96% -
XYZ 52.3 74.6 49.67 -
YUV 207.75 106.7 86.1 -
System Red Green Blue C M Y K H S L
Decimal 149 245 170 0.39 0 0.31 0.04 133.13 0.83 0.77
Hex 95 F5 AA 27 0 1F 4 85 53 4D
Octal 225 365 252 47 0 37 4 205 123 115
Binary 10010101 11110101 10101010 100111 0 11111 100 10000101 1010011 1001101

Color Harmonies of #95F5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F5AA

Black with #95F5AA

Text Example


Text Example

White with #95F5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,245,170); }

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

background-color css

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

 a { background-color: rgb(149,245,170); }

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

border-color css

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

 span { border-color: rgb(149,245,170); }

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