Html Css Color HEX #AFCB8D Sprout

📋 copy color: '#AFCB8D'

red 175 ◦ green 203 ◦ blue 141

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

Shades of Sprout #AFCB8D

Tints of Sprout #AFCB8D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.11%

 BLUE value IS 141 (55.47% from 255) = 27.17%

R = 33.72%
G = 39.11%
B = 27.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#AFCB8D (or 0xAFCB8D) is known color: Sprout. HEX triplet: AF, CB and 8D. RGB value is (175,203,141). Sum of RGB (Red+Green+Blue) = 175+203+141=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB8D is #503472. Grayscale: #BBBBBB. Windows color (decimal): -5256307 or 9292719. OLE color: 9292719.

HSL color Cylindrical-coordinate representation of color #AFCB8D: hue angle of 87.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFCB8D is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 141 -
CMYK 0.14 0 0.31 0.20
HSL 87.1º 0.37% 0.67% -
HSV(B) 87.1º 0.31% 0.8% -
XYZ 43.84 53.75 33.26 -
YUV 187.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 175 203 141 0.14 0 0.31 0.20 87.1 0.37 0.67
Hex AF CB 8D E 0 1F 14 57 25 43
Octal 257 313 215 16 0 37 24 127 45 103
Binary 10101111 11001011 10001101 1110 0 11111 10100 1010111 100101 1000011

Color Harmonies of #AFCB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB8D

Black with #AFCB8D

Text Example


Text Example

White with #AFCB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB8D; }

 p { color: rgb(175,203,141); }

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

background-color css

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

 a { background-color: rgb(175,203,141); }

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

border-color css

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

 span { border-color: rgb(175,203,141); }

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