Html Css Color HEX #AFC99E Pixie Green

📋 copy color: '#AFC99E'

red 175 ◦ green 201 ◦ blue 158

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

Shades of Pixie Green #AFC99E

Tints of Pixie Green #AFC99E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.64%

 BLUE value IS 158 (62.11% from 255) = 29.59%

R = 32.77%
G = 37.64%
B = 29.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#AFC99E (or 0xAFC99E) is known color: Pixie Green. HEX triplet: AF, C9 and 9E. RGB value is (175,201,158). Sum of RGB (Red+Green+Blue) = 175+201+158=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC99E is #503661. Grayscale: #BCBCBC. Windows color (decimal): -5256802 or 10406319. OLE color: 10406319.

HSL color Cylindrical-coordinate representation of color #AFC99E: hue angle of 96.28º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC99E is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 158 -
CMYK 0.13 0 0.21 0.21
HSL 96.28º 0.28% 0.7% -
HSV(B) 96.28º 0.21% 0.79% -
XYZ 44.74 53.36 40.29 -
YUV 188.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 175 201 158 0.13 0 0.21 0.21 96.28 0.28 0.7
Hex AF C9 9E D 0 15 15 60 1C 46
Octal 257 311 236 15 0 25 25 140 34 106
Binary 10101111 11001001 10011110 1101 0 10101 10101 1100000 11100 1000110

Color Harmonies of #AFC99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC99E

Black with #AFC99E

Text Example


Text Example

White with #AFC99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC99E; }

 p { color: rgb(175,201,158); }

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

background-color css

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

 a { background-color: rgb(175,201,158); }

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

border-color css

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

 span { border-color: rgb(175,201,158); }

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