Html Css Color HEX #AFCCA0 Pixie Green

📋 copy color: '#AFCCA0'

red 175 ◦ green 204 ◦ blue 160

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

Shades of Pixie Green #AFCCA0

Tints of Pixie Green #AFCCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 32.47%
G = 37.85%
B = 29.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#AFCCA0 (or 0xAFCCA0) is known color: Pixie Green. HEX triplet: AF, CC and A0. RGB value is (175,204,160). Sum of RGB (Red+Green+Blue) = 175+204+160=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCA0 is #50335F. Grayscale: #BEBEBE. Windows color (decimal): -5256032 or 10538159. OLE color: 10538159.

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

Color convert

RGB 175 204 160 -
CMYK 0.14 0 0.22 0.2
HSL 99.55º 0.3% 0.71% -
HSV(B) 99.55º 0.22% 0.8% -
XYZ 45.62 54.84 41.44 -
YUV 190.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 175 204 160 0.14 0 0.22 0.2 99.55 0.3 0.71
Hex AF CC A0 E 0 16 14 64 1E 47
Octal 257 314 240 16 0 26 24 144 36 107
Binary 10101111 11001100 10100000 1110 0 10110 10100 1100100 11110 1000111

Color Harmonies of #AFCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCA0

Black with #AFCCA0

Text Example


Text Example

White with #AFCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCA0; }

 p { color: rgb(175,204,160); }

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

background-color css

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

 a { background-color: rgb(175,204,160); }

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

border-color css

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

 span { border-color: rgb(175,204,160); }

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