Html Css Color HEX #AFCD8C Sprout

📋 copy color: '#AFCD8C'

red 175 ◦ green 205 ◦ blue 140

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

Shades of Sprout #AFCD8C

Tints of Sprout #AFCD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.92%

R = 33.65%
G = 39.42%
B = 26.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#AFCD8C (or 0xAFCD8C) is known color: Sprout. HEX triplet: AF, CD and 8C. RGB value is (175,205,140). Sum of RGB (Red+Green+Blue) = 175+205+140=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD8C is #503273. Grayscale: #BCBCBC. Windows color (decimal): -5255796 or 9227695. OLE color: 9227695.

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

Color convert

RGB 175 205 140 -
CMYK 0.15 0 0.32 0.20
HSL 87.69º 0.39% 0.68% -
HSV(B) 87.69º 0.32% 0.8% -
XYZ 44.24 54.67 33.03 -
YUV 188.62 100.56 118.29 -
System Red Green Blue C M Y K H S L
Decimal 175 205 140 0.15 0 0.32 0.20 87.69 0.39 0.68
Hex AF CD 8C F 0 20 14 58 27 44
Octal 257 315 214 17 0 40 24 130 47 104
Binary 10101111 11001101 10001100 1111 0 100000 10100 1011000 100111 1000100

Color Harmonies of #AFCD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD8C

Black with #AFCD8C

Text Example


Text Example

White with #AFCD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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