Html Css Color HEX #AFC69A Sprout

📋 copy color: '#AFC69A'

red 175 ◦ green 198 ◦ blue 154

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

Shades of Sprout #AFC69A

Tints of Sprout #AFC69A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.57%

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

R = 33.21%
G = 37.57%
B = 29.22%

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

#AFC69A (or 0xAFC69A) is known color: Sprout. HEX triplet: AF, C6 and 9A. RGB value is (175,198,154). Sum of RGB (Red+Green+Blue) = 175+198+154=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC69A is #503965. Grayscale: #BABABA. Windows color (decimal): -5257574 or 10143407. OLE color: 10143407.

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

Color convert

RGB 175 198 154 -
CMYK 0.12 0 0.22 0.22
HSL 91.36º 0.28% 0.69% -
HSV(B) 91.36º 0.22% 0.78% -
XYZ 43.71 51.84 38.27 -
YUV 186.11 109.88 120.08 -
System Red Green Blue C M Y K H S L
Decimal 175 198 154 0.12 0 0.22 0.22 91.36 0.28 0.69
Hex AF C6 9A C 0 16 16 5B 1C 45
Octal 257 306 232 14 0 26 26 133 34 105
Binary 10101111 11000110 10011010 1100 0 10110 10110 1011011 11100 1000101

Color Harmonies of #AFC69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC69A

Black with #AFC69A

Text Example


Text Example

White with #AFC69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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