#8AFB9B

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

Shades of Pale Green #8AFB9B

Tints of Pale Green #8AFB9B

Color information

#8AFB9B (or 0x8AFB9B) is unknown color: approx Pale Green. HEX triplet: 8A, FB and 9B. RGB value is (138,251,155). Sum of RGB (Red+Green+Blue) = 138+251+155=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFB9B is #750464. Grayscale: #CECECE. Windows color (decimal): -7668837 or 10222474. OLE color: 10222474.

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

Color convert

RGB138251155-
CMYK0.4500.380.02
HSL129.03º93.39%76.27%-
HSV(B)129.03º45.02%98.43%-
XYZ50.8976.7643.14-
YUV206.2799.0679.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.37%
GREEN value IS 251 (98.44% from 255) = 46.14%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=25.37%
G=46.14%
B=28.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511550.4500.380.02129.0393.3976.27
Hex8AFB9B2D0262815d4c
Octal212373233550462201135114
Binary1000101011111011100110111011010100110101000000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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