Html Css Color HEX #AFC490 Sprout

📋 copy color: '#AFC490'

red 175 ◦ green 196 ◦ blue 144

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

Shades of Sprout #AFC490

Tints of Sprout #AFC490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 33.98%
G = 38.06%
B = 27.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#AFC490 (or 0xAFC490) is known color: Sprout. HEX triplet: AF, C4 and 90. RGB value is (175,196,144). Sum of RGB (Red+Green+Blue) = 175+196+144=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC490 is #503B6F. Grayscale: #B7B7B7. Windows color (decimal): -5258096 or 9487535. OLE color: 9487535.

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

Color convert

RGB 175 196 144 -
CMYK 0.11 0 0.27 0.23
HSL 84.23º 0.31% 0.67% -
HSV(B) 84.23º 0.27% 0.77% -
XYZ 42.45 50.61 33.92 -
YUV 183.79 105.54 121.73 -
System Red Green Blue C M Y K H S L
Decimal 175 196 144 0.11 0 0.27 0.23 84.23 0.31 0.67
Hex AF C4 90 B 0 1B 17 54 1F 43
Octal 257 304 220 13 0 33 27 124 37 103
Binary 10101111 11000100 10010000 1011 0 11011 10111 1010100 11111 1000011

Color Harmonies of #AFC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC490

Black with #AFC490

Text Example


Text Example

White with #AFC490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC490; }

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

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

background-color css

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

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

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

border-color css

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

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

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