Html Css Color HEX #8AFC97 Pale Green

📋 copy color: '#8AFC97'

red 138 ◦ green 252 ◦ blue 151

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

Shades of Pale Green #8AFC97

Tints of Pale Green #8AFC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.91%

R = 25.51%
G = 46.58%
B = 27.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#8AFC97 (or 0x8AFC97) is known color: Pale Green. HEX triplet: 8A, FC and 97. RGB value is (138,252,151). Sum of RGB (Red+Green+Blue) = 138+252+151=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFC97 is #750368. Grayscale: #CECECE. Windows color (decimal): -7668585 or 9960586. OLE color: 9960586.

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

Color convert

RGB 138 252 151 -
CMYK 0.45 0 0.40 0.01
HSL 126.84º 0.95% 0.76% -
HSV(B) 126.84º 0.45% 0.99% -
XYZ 50.88 77.26 41.51 -
YUV 206.4 96.73 79.21 -
System Red Green Blue C M Y K H S L
Decimal 138 252 151 0.45 0 0.40 0.01 126.84 0.95 0.76
Hex 8A FC 97 2D 0 28 1 7F 5F 4C
Octal 212 374 227 55 0 50 1 177 137 114
Binary 10001010 11111100 10010111 101101 0 101000 1 1111111 1011111 1001100

Color Harmonies of #8AFC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFC97

Black with #8AFC97

Text Example


Text Example

White with #8AFC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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