Html Css Color HEX #AFC3A1 Pixie Green

📋 copy color: '#AFC3A1'

red 175 ◦ green 195 ◦ blue 161

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

Shades of Pixie Green #AFC3A1

Tints of Pixie Green #AFC3A1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.72%

 BLUE value IS 161 (63.28% from 255) = 30.32%

R = 32.96%
G = 36.72%
B = 30.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#AFC3A1 (or 0xAFC3A1) is known color: Pixie Green. HEX triplet: AF, C3 and A1. RGB value is (175,195,161). Sum of RGB (Red+Green+Blue) = 175+195+161=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC3A1 is #503C5E. Grayscale: #B9B9B9. Windows color (decimal): -5258335 or 10601391. OLE color: 10601391.

HSL color Cylindrical-coordinate representation of color #AFC3A1: hue angle of 95.29º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFC3A1 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 161 -
CMYK 0.10 0 0.17 0.24
HSL 95.29º 0.22% 0.7% -
HSV(B) 95.29º 0.17% 0.76% -
XYZ 43.63 50.72 41.21 -
YUV 185.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 175 195 161 0.10 0 0.17 0.24 95.29 0.22 0.7
Hex AF C3 A1 A 0 11 18 5F 16 46
Octal 257 303 241 12 0 21 30 137 26 106
Binary 10101111 11000011 10100001 1010 0 10001 11000 1011111 10110 1000110

Color Harmonies of #AFC3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3A1

Black with #AFC3A1

Text Example


Text Example

White with #AFC3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3A1; }

 p { color: rgb(175,195,161); }

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

background-color css

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

 a { background-color: rgb(175,195,161); }

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

border-color css

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

 span { border-color: rgb(175,195,161); }

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