Html Css Color HEX #AFC294 Sprout

📋 copy color: '#AFC294'

red 175 ◦ green 194 ◦ blue 148

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

Shades of Sprout #AFC294

Tints of Sprout #AFC294

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 33.85%
G = 37.52%
B = 28.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#AFC294 (or 0xAFC294) is known color: Sprout. HEX triplet: AF, C2 and 94. RGB value is (175,194,148). Sum of RGB (Red+Green+Blue) = 175+194+148=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC294 is #503D6B. Grayscale: #B7B7B7. Windows color (decimal): -5258604 or 9749167. OLE color: 9749167.

HSL color Cylindrical-coordinate representation of color #AFC294: hue angle of 84.78º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC294 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 148 -
CMYK 0.10 0 0.24 0.24
HSL 84.78º 0.27% 0.67% -
HSV(B) 84.78º 0.24% 0.76% -
XYZ 42.32 49.84 35.41 -
YUV 183.08 108.21 122.24 -
System Red Green Blue C M Y K H S L
Decimal 175 194 148 0.10 0 0.24 0.24 84.78 0.27 0.67
Hex AF C2 94 A 0 18 18 55 1B 43
Octal 257 302 224 12 0 30 30 125 33 103
Binary 10101111 11000010 10010100 1010 0 11000 11000 1010101 11011 1000011

Color Harmonies of #AFC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC294

Black with #AFC294

Text Example


Text Example

White with #AFC294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC294; }

 p { color: rgb(175,194,148); }

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

background-color css

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

 a { background-color: rgb(175,194,148); }

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

border-color css

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

 span { border-color: rgb(175,194,148); }

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