#8AFBA8

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

Shades of Pale Green #8AFBA8

Tints of Pale Green #8AFBA8

Color information

#8AFBA8 (or 0x8AFBA8) is unknown color: approx Pale Green. HEX triplet: 8A, FB and A8. RGB value is (138,251,168). Sum of RGB (Red+Green+Blue) = 138+251+168=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFBA8 is #750457. Grayscale: #CFCFCF. Windows color (decimal): -7668824 or 11074442. OLE color: 11074442.

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

Color convert

RGB138251168-
CMYK0.4500.330.02
HSL135.93º93.39%76.27%-
HSV(B)135.93º45.02%98.43%-
XYZ52.0577.2249.21-
YUV207.75105.5678.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.78%
GREEN value IS 251 (98.44% from 255) = 45.06%
BLUE value IS 168 (66.02% from 255) = 30.16%
R=24.78%
G=45.06%
B=30.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511680.4500.330.02135.9393.3976.27
Hex8AFBA82D0212885d4c
Octal212373250550412210135114
Binary1000101011111011101010001011010100001101000100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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