Html Css Color HEX #AFC89D Sprout

📋 copy color: '#AFC89D'

red 175 ◦ green 200 ◦ blue 157

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

Shades of Sprout #AFC89D

Tints of Sprout #AFC89D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.59%

 BLUE value IS 157 (61.72% from 255) = 29.51%

R = 32.89%
G = 37.59%
B = 29.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#AFC89D (or 0xAFC89D) is known color: Sprout. HEX triplet: AF, C8 and 9D. RGB value is (175,200,157). Sum of RGB (Red+Green+Blue) = 175+200+157=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC89D is #503762. Grayscale: #BBBBBB. Windows color (decimal): -5257059 or 10340527. OLE color: 10340527.

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

Color convert

RGB 175 200 157 -
CMYK 0.12 0 0.22 0.22
HSL 94.88º 0.28% 0.7% -
HSV(B) 94.88º 0.22% 0.78% -
XYZ 44.42 52.86 39.76 -
YUV 187.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 175 200 157 0.12 0 0.22 0.22 94.88 0.28 0.7
Hex AF C8 9D C 0 16 16 5F 1C 46
Octal 257 310 235 14 0 26 26 137 34 106
Binary 10101111 11001000 10011101 1100 0 10110 10110 1011111 11100 1000110

Color Harmonies of #AFC89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC89D

Black with #AFC89D

Text Example


Text Example

White with #AFC89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC89D; }

 p { color: rgb(175,200,157); }

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

background-color css

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

 a { background-color: rgb(175,200,157); }

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

border-color css

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

 span { border-color: rgb(175,200,157); }

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