#AFCB9D

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

Shades of Pixie Green #AFCB9D

Tints of Pixie Green #AFCB9D

Color information

#AFCB9D (or 0xAFCB9D) is unknown color: approx Pixie Green. HEX triplet: AF, CB and 9D. RGB value is (175,203,157). Sum of RGB (Red+Green+Blue) = 175+203+157=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB9D is #503462. Grayscale: #BDBDBD. Windows color (decimal): -5256291 or 10341295. OLE color: 10341295.

HSL color Cylindrical-coordinate representation of color #AFCB9D: hue angle of 96.52º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFCB9D is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB175203157-
CMYK0.1400.230.20
HSL96.52º30.67%70.59%-
HSV(B)96.52º22.66%79.61%-
XYZ45.1254.2639.99-
YUV189.38109.72117.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=32.71%
G=37.94%
B=29.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031570.1400.230.2096.5230.6770.59
HexAFCB9DE01714611f47
Octal257313235160272414137107
Binary1010111111001011100111011110010111101001100001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB9D; }

 p { color: rgb(175,203,157); }

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

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

 a { background-color: rgb(175,203,157); }

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

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

 span { border-color: rgb(175,203,157); }

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