#8AF4A4

Color #8AF4A4 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #8AF4A4

Tints of Pale Green #8AF4A4

Color information

#8AF4A4 (or 0x8AF4A4) is unknown color: approx Pale Green. HEX triplet: 8A, F4 and A4. RGB value is (138,244,164). Sum of RGB (Red+Green+Blue) = 138+244+164=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF4A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF4A4 is #750B5B. Grayscale: #CBCBCB. Windows color (decimal): -7670620 or 10810506. OLE color: 10810506.

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

Color convert

RGB138244164-
CMYK0.4300.330.04
HSL134.72º82.81%74.9%-
HSV(B)134.72º43.44%95.69%-
XYZ49.5372.7846.56-
YUV203.19105.8881.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.27%
GREEN value IS 244 (95.70% from 255) = 44.69%
BLUE value IS 164 (64.45% from 255) = 30.04%
R=25.27%
G=44.69%
B=30.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382441640.4300.330.04134.7282.8174.9
Hex8AF4A42B021487534b
Octal212364244530414207123113
Binary10001010111101001010010010101101000011001000011110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AF4A4;
 }
 .AnyTagClassName
 {
   color: #8AF4A4;
 }
</style>
background-color css

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

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

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

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

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

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