Html Css Color HEX #AFC498 Sprout

📋 copy color: '#AFC498'

red 175 ◦ green 196 ◦ blue 152

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

Shades of Sprout #AFC498

Tints of Sprout #AFC498

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.48%

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

R = 33.46%
G = 37.48%
B = 29.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#AFC498 (or 0xAFC498) is known color: Sprout. HEX triplet: AF, C4 and 98. RGB value is (175,196,152). Sum of RGB (Red+Green+Blue) = 175+196+152=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC498 is #503B67. Grayscale: #B8B8B8. Windows color (decimal): -5258088 or 10011823. OLE color: 10011823.

HSL color Cylindrical-coordinate representation of color #AFC498: hue angle of 88.64º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC498 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 152 -
CMYK 0.11 0 0.22 0.23
HSL 88.64º 0.27% 0.68% -
HSV(B) 88.64º 0.22% 0.77% -
XYZ 43.09 50.86 37.25 -
YUV 184.71 109.54 121.08 -
System Red Green Blue C M Y K H S L
Decimal 175 196 152 0.11 0 0.22 0.23 88.64 0.27 0.68
Hex AF C4 98 B 0 16 17 59 1B 44
Octal 257 304 230 13 0 26 27 131 33 104
Binary 10101111 11000100 10011000 1011 0 10110 10111 1011001 11011 1000100

Color Harmonies of #AFC498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC498

Black with #AFC498

Text Example


Text Example

White with #AFC498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC498; }

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

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

background-color css

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

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

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

border-color css

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

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

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