Html Css Color HEX #8AF5A4 Pale Green

📋 copy color: '#8AF5A4'

red 138 ◦ green 245 ◦ blue 164

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

Shades of Pale Green #8AF5A4

Tints of Pale Green #8AF5A4

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.79%

 BLUE value IS 164 (64.45% from 255) = 29.98%

R = 25.23%
G = 44.79%
B = 29.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#8AF5A4 (or 0x8AF5A4) is known color: Pale Green. HEX triplet: 8A, F5 and A4. RGB value is (138,245,164). Sum of RGB (Red+Green+Blue) = 138+245+164=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF5A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF5A4 is #750A5B. Grayscale: #CBCBCB. Windows color (decimal): -7670364 or 10810762. OLE color: 10810762.

HSL color Cylindrical-coordinate representation of color #8AF5A4: hue angle of 134.58º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF5A4 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 245 164 -
CMYK 0.44 0 0.33 0.04
HSL 134.58º 0.84% 0.75% -
HSV(B) 134.58º 0.44% 0.96% -
XYZ 49.83 73.39 46.66 -
YUV 203.77 105.55 81.09 -
System Red Green Blue C M Y K H S L
Decimal 138 245 164 0.44 0 0.33 0.04 134.58 0.84 0.75
Hex 8A F5 A4 2C 0 21 4 87 54 4B
Octal 212 365 244 54 0 41 4 207 124 113
Binary 10001010 11110101 10100100 101100 0 100001 100 10000111 1010100 1001011

Color Harmonies of #8AF5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF5A4

Black with #8AF5A4

Text Example


Text Example

White with #8AF5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,245,164); }

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

background-color css

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

 a { background-color: rgb(138,245,164); }

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

border-color css

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

 span { border-color: rgb(138,245,164); }

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