Html Css Color HEX #AFCDA0 Pixie Green

📋 copy color: '#AFCDA0'

red 175 ◦ green 205 ◦ blue 160

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

Shades of Pixie Green #AFCDA0

Tints of Pixie Green #AFCDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.96%

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

R = 32.41%
G = 37.96%
B = 29.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#AFCDA0 (or 0xAFCDA0) is known color: Pixie Green. HEX triplet: AF, CD and A0. RGB value is (175,205,160). Sum of RGB (Red+Green+Blue) = 175+205+160=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDA0 is #50325F. Grayscale: #BFBFBF. Windows color (decimal): -5255776 or 10538415. OLE color: 10538415.

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

Color convert

RGB 175 205 160 -
CMYK 0.15 0 0.22 0.20
HSL 100º 0.31% 0.72% -
HSV(B) 100º 0.22% 0.8% -
XYZ 45.86 55.31 41.52 -
YUV 190.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 175 205 160 0.15 0 0.22 0.20 100 0.31 0.72
Hex AF CD A0 F 0 16 14 64 1F 48
Octal 257 315 240 17 0 26 24 144 37 110
Binary 10101111 11001101 10100000 1111 0 10110 10100 1100100 11111 1001000

Color Harmonies of #AFCDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDA0

Black with #AFCDA0

Text Example


Text Example

White with #AFCDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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