Html Css Color HEX #AFC592 Sprout

📋 copy color: '#AFC592'

red 175 ◦ green 197 ◦ blue 146

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

Shades of Sprout #AFC592

Tints of Sprout #AFC592

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.03%

 BLUE value IS 146 (57.42% from 255) = 28.19%

R = 33.78%
G = 38.03%
B = 28.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#AFC592 (or 0xAFC592) is known color: Sprout. HEX triplet: AF, C5 and 92. RGB value is (175,197,146). Sum of RGB (Red+Green+Blue) = 175+197+146=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC592 is #503A6D. Grayscale: #B8B8B8. Windows color (decimal): -5257838 or 9618863. OLE color: 9618863.

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

Color convert

RGB 175 197 146 -
CMYK 0.11 0 0.26 0.23
HSL 85.88º 0.31% 0.67% -
HSV(B) 85.88º 0.26% 0.77% -
XYZ 42.83 51.12 34.8 -
YUV 184.61 106.21 121.15 -
System Red Green Blue C M Y K H S L
Decimal 175 197 146 0.11 0 0.26 0.23 85.88 0.31 0.67
Hex AF C5 92 B 0 1A 17 56 1F 43
Octal 257 305 222 13 0 32 27 126 37 103
Binary 10101111 11000101 10010010 1011 0 11010 10111 1010110 11111 1000011

Color Harmonies of #AFC592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC592

Black with #AFC592

Text Example


Text Example

White with #AFC592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC592; }

 p { color: rgb(175,197,146); }

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

background-color css

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

 a { background-color: rgb(175,197,146); }

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

border-color css

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

 span { border-color: rgb(175,197,146); }

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