Html Css Color HEX #95FAA7 Pale Green

📋 copy color: '#95FAA7'

red 149 ◦ green 250 ◦ blue 167

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

Shades of Pale Green #95FAA7

Tints of Pale Green #95FAA7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.17%

 BLUE value IS 167 (65.63% from 255) = 29.51%

R = 26.33%
G = 44.17%
B = 29.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#95FAA7 (or 0x95FAA7) is known color: Pale Green. HEX triplet: 95, FA and A7. RGB value is (149,250,167). Sum of RGB (Red+Green+Blue) = 149+250+167=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FAA7 is #6A0558. Grayscale: #D2D2D2. Windows color (decimal): -6948185 or 11008661. OLE color: 11008661.

HSL color Cylindrical-coordinate representation of color #95FAA7: hue angle of 130.69º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FAA7 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 250 167 -
CMYK 0.40 0 0.33 0.02
HSL 130.69º 0.91% 0.78% -
HSV(B) 130.69º 0.4% 0.98% -
XYZ 53.56 77.55 48.71 -
YUV 210.34 103.54 84.25 -
System Red Green Blue C M Y K H S L
Decimal 149 250 167 0.40 0 0.33 0.02 130.69 0.91 0.78
Hex 95 FA A7 28 0 21 2 83 5B 4E
Octal 225 372 247 50 0 41 2 203 133 116
Binary 10010101 11111010 10100111 101000 0 100001 10 10000011 1011011 1001110

Color Harmonies of #95FAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FAA7

Black with #95FAA7

Text Example


Text Example

White with #95FAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,250,167); }

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

background-color css

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

 a { background-color: rgb(149,250,167); }

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

border-color css

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

 span { border-color: rgb(149,250,167); }

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