Html Css Color HEX #AFC795 Sprout

📋 copy color: '#AFC795'

red 175 ◦ green 199 ◦ blue 149

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

Shades of Sprout #AFC795

Tints of Sprout #AFC795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.49%

R = 33.46%
G = 38.05%
B = 28.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#AFC795 (or 0xAFC795) is known color: Sprout. HEX triplet: AF, C7 and 95. RGB value is (175,199,149). Sum of RGB (Red+Green+Blue) = 175+199+149=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC795 is #50386A. Grayscale: #BABABA. Windows color (decimal): -5257323 or 9815983. OLE color: 9815983.

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

Color convert

RGB 175 199 149 -
CMYK 0.12 0 0.25 0.22
HSL 88.8º 0.31% 0.68% -
HSV(B) 88.8º 0.25% 0.78% -
XYZ 43.53 52.13 36.2 -
YUV 186.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 175 199 149 0.12 0 0.25 0.22 88.8 0.31 0.68
Hex AF C7 95 C 0 19 16 59 1F 44
Octal 257 307 225 14 0 31 26 131 37 104
Binary 10101111 11000111 10010101 1100 0 11001 10110 1011001 11111 1000100

Color Harmonies of #AFC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC795

Black with #AFC795

Text Example


Text Example

White with #AFC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC795; }

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

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

background-color css

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

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

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

border-color css

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

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

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