Html Css Color HEX #AFC790 Sprout

📋 copy color: '#AFC790'

red 175 ◦ green 199 ◦ blue 144

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

Shades of Sprout #AFC790

Tints of Sprout #AFC790

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.42%

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

R = 33.78%
G = 38.42%
B = 27.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#AFC790 (or 0xAFC790) is known color: Sprout. HEX triplet: AF, C7 and 90. RGB value is (175,199,144). Sum of RGB (Red+Green+Blue) = 175+199+144=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC790 is #50386F. Grayscale: #B9B9B9. Windows color (decimal): -5257328 or 9488303. OLE color: 9488303.

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

Color convert

RGB 175 199 144 -
CMYK 0.12 0 0.28 0.22
HSL 86.18º 0.33% 0.67% -
HSV(B) 86.18º 0.28% 0.78% -
XYZ 43.14 51.97 34.14 -
YUV 185.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 175 199 144 0.12 0 0.28 0.22 86.18 0.33 0.67
Hex AF C7 90 C 0 1C 16 56 21 43
Octal 257 307 220 14 0 34 26 126 41 103
Binary 10101111 11000111 10010000 1100 0 11100 10110 1010110 100001 1000011

Color Harmonies of #AFC790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC790

Black with #AFC790

Text Example


Text Example

White with #AFC790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC790; }

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

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

background-color css

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

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

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

border-color css

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

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

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