Html Css Color HEX #AFCD8E Sprout

📋 copy color: '#AFCD8E'

red 175 ◦ green 205 ◦ blue 142

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

Shades of Sprout #AFCD8E

Tints of Sprout #AFCD8E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.27%

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

R = 33.52%
G = 39.27%
B = 27.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#AFCD8E (or 0xAFCD8E) is known color: Sprout. HEX triplet: AF, CD and 8E. RGB value is (175,205,142). Sum of RGB (Red+Green+Blue) = 175+205+142=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD8E is #503271. Grayscale: #BDBDBD. Windows color (decimal): -5255794 or 9358767. OLE color: 9358767.

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

Color convert

RGB 175 205 142 -
CMYK 0.15 0 0.31 0.20
HSL 88.57º 0.39% 0.68% -
HSV(B) 88.57º 0.31% 0.8% -
XYZ 44.39 54.73 33.82 -
YUV 188.85 101.56 118.12 -
System Red Green Blue C M Y K H S L
Decimal 175 205 142 0.15 0 0.31 0.20 88.57 0.39 0.68
Hex AF CD 8E F 0 1F 14 59 27 44
Octal 257 315 216 17 0 37 24 131 47 104
Binary 10101111 11001101 10001110 1111 0 11111 10100 1011001 100111 1000100

Color Harmonies of #AFCD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD8E

Black with #AFCD8E

Text Example


Text Example

White with #AFCD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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