Html Css Color HEX #AFD19C Pixie Green

📋 copy color: '#AFD19C'

red 175 ◦ green 209 ◦ blue 156

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

Shades of Pixie Green #AFD19C

Tints of Pixie Green #AFD19C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.7%

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

R = 32.41%
G = 38.7%
B = 28.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#AFD19C (or 0xAFD19C) is known color: Pixie Green. HEX triplet: AF, D1 and 9C. RGB value is (175,209,156). Sum of RGB (Red+Green+Blue) = 175+209+156=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD19C is #502E63. Grayscale: #C0C0C0. Windows color (decimal): -5254756 or 10277295. OLE color: 10277295.

HSL color Cylindrical-coordinate representation of color #AFD19C: hue angle of 98.49º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD19C is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 156 -
CMYK 0.16 0 0.25 0.18
HSL 98.49º 0.37% 0.72% -
HSV(B) 98.49º 0.25% 0.82% -
XYZ 46.48 57.12 40.03 -
YUV 192.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 175 209 156 0.16 0 0.25 0.18 98.49 0.37 0.72
Hex AF D1 9C 10 0 19 12 62 25 48
Octal 257 321 234 20 0 31 22 142 45 110
Binary 10101111 11010001 10011100 10000 0 11001 10010 1100010 100101 1001000

Color Harmonies of #AFD19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD19C

Black with #AFD19C

Text Example


Text Example

White with #AFD19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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