Html Css Color HEX #AFC09D Sprout

📋 copy color: '#AFC09D'

red 175 ◦ green 192 ◦ blue 157

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

Shades of Sprout #AFC09D

Tints of Sprout #AFC09D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.64%

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

R = 33.4%
G = 36.64%
B = 29.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#AFC09D (or 0xAFC09D) is known color: Sprout. HEX triplet: AF, C0 and 9D. RGB value is (175,192,157). Sum of RGB (Red+Green+Blue) = 175+192+157=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC09D is #503F62. Grayscale: #B7B7B7. Windows color (decimal): -5259107 or 10338479. OLE color: 10338479.

HSL color Cylindrical-coordinate representation of color #AFC09D: hue angle of 89.14º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC09D is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 157 -
CMYK 0.09 0 0.18 0.25
HSL 89.14º 0.22% 0.68% -
HSV(B) 89.14º 0.18% 0.75% -
XYZ 42.61 49.25 39.16 -
YUV 182.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 175 192 157 0.09 0 0.18 0.25 89.14 0.22 0.68
Hex AF C0 9D 9 0 12 19 59 16 44
Octal 257 300 235 11 0 22 31 131 26 104
Binary 10101111 11000000 10011101 1001 0 10010 11001 1011001 10110 1000100

Color Harmonies of #AFC09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC09D

Black with #AFC09D

Text Example


Text Example

White with #AFC09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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