Html Css Color HEX #AFCE9F Pixie Green

📋 copy color: '#AFCE9F'

red 175 ◦ green 206 ◦ blue 159

#AFCE9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #AFCE9F

Tints of Pixie Green #AFCE9F

RGB

 RED value IS 175 (68.75% from 255) = 32.41%

 GREEN value IS 206 (80.86% from 255) = 38.15%

 BLUE value IS 159 (62.5% from 255) = 29.44%

R = 32.41%
G = 38.15%
B = 29.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#AFCE9F (or 0xAFCE9F) is known color: Pixie Green. HEX triplet: AF, CE and 9F. RGB value is (175,206,159). Sum of RGB (Red+Green+Blue) = 175+206+159=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCE9F is #503160. Grayscale: #BFBFBF. Windows color (decimal): -5255521 or 10473135. OLE color: 10473135.

HSL color Cylindrical-coordinate representation of color #AFCE9F: hue angle of 99.57º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFCE9F is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 159 -
CMYK 0.15 0 0.23 0.19
HSL 99.57º 0.32% 0.72% -
HSV(B) 99.57º 0.23% 0.81% -
XYZ 46.01 55.76 41.14 -
YUV 191.37 109.73 116.32 -
System Red Green Blue C M Y K H S L
Decimal 175 206 159 0.15 0 0.23 0.19 99.57 0.32 0.72
Hex AF CE 9F F 0 17 13 64 20 48
Octal 257 316 237 17 0 27 23 144 40 110
Binary 10101111 11001110 10011111 1111 0 10111 10011 1100100 100000 1001000

Color Harmonies of #AFCE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE9F

Black with #AFCE9F

Text Example


Text Example

White with #AFCE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE9F; }

 p { color: rgb(175,206,159); }

 H1.HeaderClassName
 {
   color: #AFCE9F;
 }
 .AnyTagClassName
 {
   color: #AFCE9F;
 }
</style>

background-color css

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

 a { background-color: rgb(175,206,159); }

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

border-color css

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

 span { border-color: rgb(175,206,159); }

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