Html Css Color HEX #95F9A6 Pale Green

📋 copy color: '#95F9A6'

red 149 ◦ green 249 ◦ blue 166

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

Shades of Pale Green #95F9A6

Tints of Pale Green #95F9A6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.15%

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

R = 26.42%
G = 44.15%
B = 29.43%

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

#95F9A6 (or 0x95F9A6) is known color: Pale Green. HEX triplet: 95, F9 and A6. RGB value is (149,249,166). Sum of RGB (Red+Green+Blue) = 149+249+166=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F9A6 is #6A0659. Grayscale: #D1D1D1. Windows color (decimal): -6948442 or 10942869. OLE color: 10942869.

HSL color Cylindrical-coordinate representation of color #95F9A6: hue angle of 130.2º degrees, saturation: 0.89, 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 #95F9A6 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 249 166 -
CMYK 0.40 0 0.33 0.02
HSL 130.2º 0.89% 0.78% -
HSV(B) 130.2º 0.4% 0.98% -
XYZ 53.15 76.89 48.12 -
YUV 209.64 103.37 84.75 -
System Red Green Blue C M Y K H S L
Decimal 149 249 166 0.40 0 0.33 0.02 130.2 0.89 0.78
Hex 95 F9 A6 28 0 21 2 82 59 4E
Octal 225 371 246 50 0 41 2 202 131 116
Binary 10010101 11111001 10100110 101000 0 100001 10 10000010 1011001 1001110

Color Harmonies of #95F9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F9A6

Black with #95F9A6

Text Example


Text Example

White with #95F9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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