Html Css Color HEX #95FC8A Pale Green

📋 copy color: '#95FC8A'

red 149 ◦ green 252 ◦ blue 138

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

Shades of Pale Green #95FC8A

Tints of Pale Green #95FC8A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.75%

 BLUE value IS 138 (54.3% from 255) = 25.6%

R = 27.64%
G = 46.75%
B = 25.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#95FC8A (or 0x95FC8A) is known color: Pale Green. HEX triplet: 95, FC and 8A. RGB value is (149,252,138). Sum of RGB (Red+Green+Blue) = 149+252+138=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #95FC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FC8A is #6A0375. Grayscale: #D0D0D0. Windows color (decimal): -6947702 or 9108629. OLE color: 9108629.

HSL color Cylindrical-coordinate representation of color #95FC8A: hue angle of 114.21º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95FC8A is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 252 138 -
CMYK 0.41 0 0.45 0.01
HSL 114.21º 0.95% 0.76% -
HSV(B) 114.21º 0.45% 0.99% -
XYZ 51.79 77.85 36.34 -
YUV 208.21 88.38 85.77 -
System Red Green Blue C M Y K H S L
Decimal 149 252 138 0.41 0 0.45 0.01 114.21 0.95 0.76
Hex 95 FC 8A 29 0 2D 1 72 5F 4C
Octal 225 374 212 51 0 55 1 162 137 114
Binary 10010101 11111100 10001010 101001 0 101101 1 1110010 1011111 1001100

Color Harmonies of #95FC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FC8A

Black with #95FC8A

Text Example


Text Example

White with #95FC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,252,138); }

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

background-color css

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

 a { background-color: rgb(149,252,138); }

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

border-color css

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

 span { border-color: rgb(149,252,138); }

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