Html Css Color HEX #AFCD9A Sprout

📋 copy color: '#AFCD9A'

red 175 ◦ green 205 ◦ blue 154

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

Shades of Sprout #AFCD9A

Tints of Sprout #AFCD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.84%

R = 32.77%
G = 38.39%
B = 28.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#AFCD9A (or 0xAFCD9A) is known color: Sprout. HEX triplet: AF, CD and 9A. RGB value is (175,205,154). Sum of RGB (Red+Green+Blue) = 175+205+154=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD9A is #503265. Grayscale: #BEBEBE. Windows color (decimal): -5255782 or 10145199. OLE color: 10145199.

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

Color convert

RGB 175 205 154 -
CMYK 0.15 0 0.25 0.20
HSL 95.29º 0.34% 0.7% -
HSV(B) 95.29º 0.25% 0.8% -
XYZ 45.34 55.11 38.82 -
YUV 190.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 175 205 154 0.15 0 0.25 0.20 95.29 0.34 0.7
Hex AF CD 9A F 0 19 14 5F 22 46
Octal 257 315 232 17 0 31 24 137 42 106
Binary 10101111 11001101 10011010 1111 0 11001 10100 1011111 100010 1000110

Color Harmonies of #AFCD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD9A

Black with #AFCD9A

Text Example


Text Example

White with #AFCD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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