Html Css Color HEX #8AFC95 Pale Green

📋 copy color: '#8AFC95'

red 138 ◦ green 252 ◦ blue 149

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

Shades of Pale Green #8AFC95

Tints of Pale Green #8AFC95

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #8AFC95: hue angle of 125.79º 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 #8AFC95 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 252 149 -
CMYK 0.45 0 0.41 0.01
HSL 125.79º 0.95% 0.76% -
HSV(B) 125.79º 0.45% 0.99% -
XYZ 50.72 77.19 40.66 -
YUV 206.17 95.73 79.38 -
System Red Green Blue C M Y K H S L
Decimal 138 252 149 0.45 0 0.41 0.01 125.79 0.95 0.76
Hex 8A FC 95 2D 0 29 1 7E 5F 4C
Octal 212 374 225 55 0 51 1 176 137 114
Binary 10001010 11111100 10010101 101101 0 101001 1 1111110 1011111 1001100

Color Harmonies of #8AFC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFC95

Black with #8AFC95

Text Example


Text Example

White with #8AFC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AFC95; }

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

 H1.HeaderClassName
 {
   color: #8AFC95;
 }
 .AnyTagClassName
 {
   color: #8AFC95;
 }
</style>

background-color css

<style>
 a { background-color: #8AFC95; }

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

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

border-color css

<style>
 span { border-color: #8AFC95; }

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

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