Html Css Color HEX #AFCD9C Pixie Green

📋 copy color: '#AFCD9C'

red 175 ◦ green 205 ◦ blue 156

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

Shades of Pixie Green #AFCD9C

Tints of Pixie Green #AFCD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.1%

R = 32.65%
G = 38.25%
B = 29.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#AFCD9C (or 0xAFCD9C) is known color: Pixie Green. HEX triplet: AF, CD and 9C. RGB value is (175,205,156). Sum of RGB (Red+Green+Blue) = 175+205+156=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD9C is #503263. Grayscale: #BEBEBE. Windows color (decimal): -5255780 or 10276271. OLE color: 10276271.

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

Color convert

RGB 175 205 156 -
CMYK 0.15 0 0.24 0.20
HSL 96.73º 0.33% 0.71% -
HSV(B) 96.73º 0.24% 0.8% -
XYZ 45.51 55.18 39.7 -
YUV 190.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 175 205 156 0.15 0 0.24 0.20 96.73 0.33 0.71
Hex AF CD 9C F 0 18 14 61 21 47
Octal 257 315 234 17 0 30 24 141 41 107
Binary 10101111 11001101 10011100 1111 0 11000 10100 1100001 100001 1000111

Color Harmonies of #AFCD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD9C

Black with #AFCD9C

Text Example


Text Example

White with #AFCD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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