Html Css Color HEX #AFCB8E Sprout

📋 copy color: '#AFCB8E'

red 175 ◦ green 203 ◦ blue 142

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

Shades of Sprout #AFCB8E

Tints of Sprout #AFCB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.31%

R = 33.65%
G = 39.04%
B = 27.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#AFCB8E (or 0xAFCB8E) is known color: Sprout. HEX triplet: AF, CB and 8E. RGB value is (175,203,142). Sum of RGB (Red+Green+Blue) = 175+203+142=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB8E is #503471. Grayscale: #BBBBBB. Windows color (decimal): -5256306 or 9358255. OLE color: 9358255.

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

Color convert

RGB 175 203 142 -
CMYK 0.14 0 0.30 0.20
HSL 87.54º 0.37% 0.68% -
HSV(B) 87.54º 0.3% 0.8% -
XYZ 43.92 53.78 33.66 -
YUV 187.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 175 203 142 0.14 0 0.30 0.20 87.54 0.37 0.68
Hex AF CB 8E E 0 1E 14 58 25 44
Octal 257 313 216 16 0 36 24 130 45 104
Binary 10101111 11001011 10001110 1110 0 11110 10100 1011000 100101 1000100

Color Harmonies of #AFCB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB8E

Black with #AFCB8E

Text Example


Text Example

White with #AFCB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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