Html Css Color HEX #AFCC8E Sprout

📋 copy color: '#AFCC8E'

red 175 ◦ green 204 ◦ blue 142

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

Shades of Sprout #AFCC8E

Tints of Sprout #AFCC8E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.16%

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

R = 33.59%
G = 39.16%
B = 27.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#AFCC8E (or 0xAFCC8E) is known color: Sprout. HEX triplet: AF, CC and 8E. RGB value is (175,204,142). Sum of RGB (Red+Green+Blue) = 175+204+142=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC8E is #503371. Grayscale: #BCBCBC. Windows color (decimal): -5256050 or 9358511. OLE color: 9358511.

HSL color Cylindrical-coordinate representation of color #AFCC8E: hue angle of 88.06º degrees, saturation: 0.38, 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 #AFCC8E is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 142 -
CMYK 0.14 0 0.30 0.2
HSL 88.06º 0.38% 0.68% -
HSV(B) 88.06º 0.3% 0.8% -
XYZ 44.15 54.25 33.74 -
YUV 188.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 175 204 142 0.14 0 0.30 0.2 88.06 0.38 0.68
Hex AF CC 8E E 0 1E 14 58 26 44
Octal 257 314 216 16 0 36 24 130 46 104
Binary 10101111 11001100 10001110 1110 0 11110 10100 1011000 100110 1000100

Color Harmonies of #AFCC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC8E

Black with #AFCC8E

Text Example


Text Example

White with #AFCC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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