Html Css Color HEX #AFC98E Sprout

📋 copy color: '#AFC98E'

red 175 ◦ green 201 ◦ blue 142

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

Shades of Sprout #AFC98E

Tints of Sprout #AFC98E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.8%

 BLUE value IS 142 (55.86% from 255) = 27.41%

R = 33.78%
G = 38.8%
B = 27.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#AFC98E (or 0xAFC98E) is known color: Sprout. HEX triplet: AF, C9 and 8E. RGB value is (175,201,142). Sum of RGB (Red+Green+Blue) = 175+201+142=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC98E is #503671. Grayscale: #BABABA. Windows color (decimal): -5256818 or 9357743. OLE color: 9357743.

HSL color Cylindrical-coordinate representation of color #AFC98E: hue angle of 86.44º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC98E is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 142 -
CMYK 0.13 0 0.29 0.21
HSL 86.44º 0.35% 0.67% -
HSV(B) 86.44º 0.29% 0.79% -
XYZ 43.45 52.84 33.5 -
YUV 186.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 175 201 142 0.13 0 0.29 0.21 86.44 0.35 0.67
Hex AF C9 8E D 0 1D 15 56 23 43
Octal 257 311 216 15 0 35 25 126 43 103
Binary 10101111 11001001 10001110 1101 0 11101 10101 1010110 100011 1000011

Color Harmonies of #AFC98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC98E

Black with #AFC98E

Text Example


Text Example

White with #AFC98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC98E; }

 p { color: rgb(175,201,142); }

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

background-color css

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

 a { background-color: rgb(175,201,142); }

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

border-color css

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

 span { border-color: rgb(175,201,142); }

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