Html Css Color HEX #AFC999 Sprout

📋 copy color: '#AFC999'

red 175 ◦ green 201 ◦ blue 153

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

Shades of Sprout #AFC999

Tints of Sprout #AFC999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.92%

R = 33.08%
G = 38%
B = 28.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#AFC999 (or 0xAFC999) is known color: Sprout. HEX triplet: AF, C9 and 99. RGB value is (175,201,153). Sum of RGB (Red+Green+Blue) = 175+201+153=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC999 is #503666. Grayscale: #BBBBBB. Windows color (decimal): -5256807 or 10078639. OLE color: 10078639.

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

Color convert

RGB 175 201 153 -
CMYK 0.13 0 0.24 0.21
HSL 92.5º 0.31% 0.69% -
HSV(B) 92.5º 0.24% 0.79% -
XYZ 44.32 53.19 38.07 -
YUV 187.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 175 201 153 0.13 0 0.24 0.21 92.5 0.31 0.69
Hex AF C9 99 D 0 18 15 5C 1F 45
Octal 257 311 231 15 0 30 25 134 37 105
Binary 10101111 11001001 10011001 1101 0 11000 10101 1011100 11111 1000101

Color Harmonies of #AFC999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC999

Black with #AFC999

Text Example


Text Example

White with #AFC999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC999; }

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

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

background-color css

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

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

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

border-color css

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

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

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