Html Css Color HEX #AFD09A Sprout

📋 copy color: '#AFD09A'

red 175 ◦ green 208 ◦ blue 154

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

Shades of Sprout #AFD09A

Tints of Sprout #AFD09A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.73%

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

R = 32.59%
G = 38.73%
B = 28.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#AFD09A (or 0xAFD09A) is known color: Sprout. HEX triplet: AF, D0 and 9A. RGB value is (175,208,154). Sum of RGB (Red+Green+Blue) = 175+208+154=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD09A is #502F65. Grayscale: #C0C0C0. Windows color (decimal): -5255014 or 10145967. OLE color: 10145967.

HSL color Cylindrical-coordinate representation of color #AFD09A: hue angle of 96.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD09A is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 154 -
CMYK 0.16 0 0.26 0.18
HSL 96.67º 0.36% 0.71% -
HSV(B) 96.67º 0.26% 0.82% -
XYZ 46.07 56.56 39.06 -
YUV 191.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 175 208 154 0.16 0 0.26 0.18 96.67 0.36 0.71
Hex AF D0 9A 10 0 1A 12 61 24 47
Octal 257 320 232 20 0 32 22 141 44 107
Binary 10101111 11010000 10011010 10000 0 11010 10010 1100001 100100 1000111

Color Harmonies of #AFD09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD09A

Black with #AFD09A

Text Example


Text Example

White with #AFD09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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