Html Css Color HEX #AFCC93 Sprout

📋 copy color: '#AFCC93'

red 175 ◦ green 204 ◦ blue 147

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

Shades of Sprout #AFCC93

Tints of Sprout #AFCC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.95%

R = 33.27%
G = 38.78%
B = 27.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#AFCC93 (or 0xAFCC93) is known color: Sprout. HEX triplet: AF, CC and 93. RGB value is (175,204,147). Sum of RGB (Red+Green+Blue) = 175+204+147=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC93 is #50336C. Grayscale: #BDBDBD. Windows color (decimal): -5256045 or 9686191. OLE color: 9686191.

HSL color Cylindrical-coordinate representation of color #AFCC93: hue angle of 90.53º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCC93 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 147 -
CMYK 0.14 0 0.28 0.2
HSL 90.53º 0.36% 0.69% -
HSV(B) 90.53º 0.28% 0.8% -
XYZ 44.54 54.41 35.76 -
YUV 188.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 175 204 147 0.14 0 0.28 0.2 90.53 0.36 0.69
Hex AF CC 93 E 0 1C 14 5B 24 45
Octal 257 314 223 16 0 34 24 133 44 105
Binary 10101111 11001100 10010011 1110 0 11100 10100 1011011 100100 1000101

Color Harmonies of #AFCC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC93

Black with #AFCC93

Text Example


Text Example

White with #AFCC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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