#8AFBA4

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

Shades of Pale Green #8AFBA4

Tints of Pale Green #8AFBA4

Color information

#8AFBA4 (or 0x8AFBA4) is unknown color: approx Pale Green. HEX triplet: 8A, FB and A4. RGB value is (138,251,164). Sum of RGB (Red+Green+Blue) = 138+251+164=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFBA4 is #75045B. Grayscale: #CFCFCF. Windows color (decimal): -7668828 or 10812298. OLE color: 10812298.

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

Color convert

RGB138251164-
CMYK0.4500.350.02
HSL133.81º93.39%76.27%-
HSV(B)133.81º45.02%98.43%-
XYZ51.6877.0847.28-
YUV207.3103.5678.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.95%
GREEN value IS 251 (98.44% from 255) = 45.39%
BLUE value IS 164 (64.45% from 255) = 29.66%
R=24.95%
G=45.39%
B=29.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511640.4500.350.02133.8193.3976.27
Hex8AFBA42D0232865d4c
Octal212373244550432206135114
Binary1000101011111011101001001011010100011101000011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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