Html Css Color HEX #8AF99D Pale Green

📋 copy color: '#8AF99D'

red 138 ◦ green 249 ◦ blue 157

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

Shades of Pale Green #8AF99D

Tints of Pale Green #8AF99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.86%

R = 25.37%
G = 45.77%
B = 28.86%

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

#8AF99D (or 0x8AF99D) is known color: Pale Green. HEX triplet: 8A, F9 and 9D. RGB value is (138,249,157). Sum of RGB (Red+Green+Blue) = 138+249+157=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF99D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF99D is #750662. Grayscale: #CDCDCD. Windows color (decimal): -7669347 or 10353034. OLE color: 10353034.

HSL color Cylindrical-coordinate representation of color #8AF99D: hue angle of 130.27º degrees, saturation: 0.9, 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 #8AF99D is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 249 157 -
CMYK 0.45 0 0.37 0.02
HSL 130.27º 0.9% 0.76% -
HSV(B) 130.27º 0.45% 0.98% -
XYZ 50.44 75.59 43.83 -
YUV 205.32 100.73 79.98 -
System Red Green Blue C M Y K H S L
Decimal 138 249 157 0.45 0 0.37 0.02 130.27 0.9 0.76
Hex 8A F9 9D 2D 0 25 2 82 5A 4C
Octal 212 371 235 55 0 45 2 202 132 114
Binary 10001010 11111001 10011101 101101 0 100101 10 10000010 1011010 1001100

Color Harmonies of #8AF99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF99D

Black with #8AF99D

Text Example


Text Example

White with #8AF99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,249,157); }

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

background-color css

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

 a { background-color: rgb(138,249,157); }

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

border-color css

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

 span { border-color: rgb(138,249,157); }

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