Html Css Color HEX #AFC39E Sprout

📋 copy color: '#AFC39E'

red 175 ◦ green 195 ◦ blue 158

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

Shades of Sprout #AFC39E

Tints of Sprout #AFC39E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.93%

 BLUE value IS 158 (62.11% from 255) = 29.92%

R = 33.14%
G = 36.93%
B = 29.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#AFC39E (or 0xAFC39E) is known color: Sprout. HEX triplet: AF, C3 and 9E. RGB value is (175,195,158). Sum of RGB (Red+Green+Blue) = 175+195+158=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC39E is #503C61. Grayscale: #B8B8B8. Windows color (decimal): -5258338 or 10404783. OLE color: 10404783.

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

Color convert

RGB 175 195 158 -
CMYK 0.10 0 0.19 0.24
HSL 92.43º 0.24% 0.69% -
HSV(B) 92.43º 0.19% 0.76% -
XYZ 43.37 50.61 39.83 -
YUV 184.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 175 195 158 0.10 0 0.19 0.24 92.43 0.24 0.69
Hex AF C3 9E A 0 13 18 5C 18 45
Octal 257 303 236 12 0 23 30 134 30 105
Binary 10101111 11000011 10011110 1010 0 10011 11000 1011100 11000 1000101

Color Harmonies of #AFC39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC39E

Black with #AFC39E

Text Example


Text Example

White with #AFC39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC39E; }

 p { color: rgb(175,195,158); }

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

background-color css

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

 a { background-color: rgb(175,195,158); }

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

border-color css

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

 span { border-color: rgb(175,195,158); }

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