Html Css Color HEX #AFC39B Sprout

📋 copy color: '#AFC39B'

red 175 ◦ green 195 ◦ blue 155

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

Shades of Sprout #AFC39B

Tints of Sprout #AFC39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.52%

R = 33.33%
G = 37.14%
B = 29.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#AFC39B (or 0xAFC39B) is known color: Sprout. HEX triplet: AF, C3 and 9B. RGB value is (175,195,155). Sum of RGB (Red+Green+Blue) = 175+195+155=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC39B is #503C64. Grayscale: #B8B8B8. Windows color (decimal): -5258341 or 10208175. OLE color: 10208175.

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

Color convert

RGB 175 195 155 -
CMYK 0.10 0 0.21 0.24
HSL 90º 0.25% 0.69% -
HSV(B) 90º 0.21% 0.76% -
XYZ 43.11 50.51 38.49 -
YUV 184.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 175 195 155 0.10 0 0.21 0.24 90 0.25 0.69
Hex AF C3 9B A 0 15 18 5A 19 45
Octal 257 303 233 12 0 25 30 132 31 105
Binary 10101111 11000011 10011011 1010 0 10101 11000 1011010 11001 1000101

Color Harmonies of #AFC39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC39B

Black with #AFC39B

Text Example


Text Example

White with #AFC39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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