Html Css Color HEX #AFC993 Sprout

📋 copy color: '#AFC993'

red 175 ◦ green 201 ◦ blue 147

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

Shades of Sprout #AFC993

Tints of Sprout #AFC993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.11%

R = 33.46%
G = 38.43%
B = 28.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#AFC993 (or 0xAFC993) is known color: Sprout. HEX triplet: AF, C9 and 93. RGB value is (175,201,147). Sum of RGB (Red+Green+Blue) = 175+201+147=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC993 is #50366C. Grayscale: #BBBBBB. Windows color (decimal): -5256813 or 9685423. OLE color: 9685423.

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

Color convert

RGB 175 201 147 -
CMYK 0.13 0 0.27 0.21
HSL 88.89º 0.33% 0.68% -
HSV(B) 88.89º 0.27% 0.79% -
XYZ 43.83 52.99 35.52 -
YUV 187.07 105.39 119.39 -
System Red Green Blue C M Y K H S L
Decimal 175 201 147 0.13 0 0.27 0.21 88.89 0.33 0.68
Hex AF C9 93 D 0 1B 15 59 21 44
Octal 257 311 223 15 0 33 25 131 41 104
Binary 10101111 11001001 10010011 1101 0 11011 10101 1011001 100001 1000100

Color Harmonies of #AFC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC993

Black with #AFC993

Text Example


Text Example

White with #AFC993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC993; }

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

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

background-color css

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

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

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

border-color css

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

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

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