Html Css Color HEX #AFCD9D Pixie Green

📋 copy color: '#AFCD9D'

red 175 ◦ green 205 ◦ blue 157

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

Shades of Pixie Green #AFCD9D

Tints of Pixie Green #AFCD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.24%

R = 32.59%
G = 38.18%
B = 29.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#AFCD9D (or 0xAFCD9D) is known color: Pixie Green. HEX triplet: AF, CD and 9D. RGB value is (175,205,157). Sum of RGB (Red+Green+Blue) = 175+205+157=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD9D is #503262. Grayscale: #BEBEBE. Windows color (decimal): -5255779 or 10341807. OLE color: 10341807.

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

Color convert

RGB 175 205 157 -
CMYK 0.15 0 0.23 0.20
HSL 97.5º 0.32% 0.71% -
HSV(B) 97.5º 0.23% 0.8% -
XYZ 45.6 55.21 40.15 -
YUV 190.56 109.06 116.9 -
System Red Green Blue C M Y K H S L
Decimal 175 205 157 0.15 0 0.23 0.20 97.5 0.32 0.71
Hex AF CD 9D F 0 17 14 62 20 47
Octal 257 315 235 17 0 27 24 142 40 107
Binary 10101111 11001101 10011101 1111 0 10111 10100 1100010 100000 1000111

Color Harmonies of #AFCD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD9D

Black with #AFCD9D

Text Example


Text Example

White with #AFCD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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