Html Css Color HEX #8AFB9E Pale Green

📋 copy color: '#8AFB9E'

red 138 ◦ green 251 ◦ blue 158

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

Shades of Pale Green #8AFB9E

Tints of Pale Green #8AFB9E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.89%

 BLUE value IS 158 (62.11% from 255) = 28.88%

R = 25.23%
G = 45.89%
B = 28.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#8AFB9E (or 0x8AFB9E) is known color: Pale Green. HEX triplet: 8A, FB and 9E. RGB value is (138,251,158). Sum of RGB (Red+Green+Blue) = 138+251+158=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFB9E is #750461. Grayscale: #CECECE. Windows color (decimal): -7668834 or 10419082. OLE color: 10419082.

HSL color Cylindrical-coordinate representation of color #8AFB9E: hue angle of 130.62º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFB9E is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 251 158 -
CMYK 0.45 0 0.37 0.02
HSL 130.62º 0.93% 0.76% -
HSV(B) 130.62º 0.45% 0.98% -
XYZ 51.15 76.87 44.49 -
YUV 206.61 100.56 79.06 -
System Red Green Blue C M Y K H S L
Decimal 138 251 158 0.45 0 0.37 0.02 130.62 0.93 0.76
Hex 8A FB 9E 2D 0 25 2 83 5D 4C
Octal 212 373 236 55 0 45 2 203 135 114
Binary 10001010 11111011 10011110 101101 0 100101 10 10000011 1011101 1001100

Color Harmonies of #8AFB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFB9E

Black with #8AFB9E

Text Example


Text Example

White with #8AFB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,251,158); }

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

background-color css

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

 a { background-color: rgb(138,251,158); }

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

border-color css

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

 span { border-color: rgb(138,251,158); }

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