Html Css Color HEX #AFCC98 Sprout

📋 copy color: '#AFCC98'

red 175 ◦ green 204 ◦ blue 152

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

Shades of Sprout #AFCC98

Tints of Sprout #AFCC98

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.42%

 BLUE value IS 152 (59.77% from 255) = 28.63%

R = 32.96%
G = 38.42%
B = 28.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#AFCC98 (or 0xAFCC98) is known color: Sprout. HEX triplet: AF, CC and 98. RGB value is (175,204,152). Sum of RGB (Red+Green+Blue) = 175+204+152=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC98 is #503367. Grayscale: #BDBDBD. Windows color (decimal): -5256040 or 10013871. OLE color: 10013871.

HSL color Cylindrical-coordinate representation of color #AFCC98: hue angle of 93.46º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFCC98 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 152 -
CMYK 0.14 0 0.25 0.2
HSL 93.46º 0.34% 0.7% -
HSV(B) 93.46º 0.25% 0.8% -
XYZ 44.94 54.57 37.87 -
YUV 189.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 175 204 152 0.14 0 0.25 0.2 93.46 0.34 0.7
Hex AF CC 98 E 0 19 14 5D 22 46
Octal 257 314 230 16 0 31 24 135 42 106
Binary 10101111 11001100 10011000 1110 0 11001 10100 1011101 100010 1000110

Color Harmonies of #AFCC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC98

Black with #AFCC98

Text Example


Text Example

White with #AFCC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC98; }

 p { color: rgb(175,204,152); }

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

background-color css

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

 a { background-color: rgb(175,204,152); }

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

border-color css

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

 span { border-color: rgb(175,204,152); }

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