Html Css Color HEX #AEC971 Caper

📋 copy color: '#AEC971'

red 174 ◦ green 201 ◦ blue 113

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

Shades of Caper #AEC971

Tints of Caper #AEC971

RGB

 RED value IS 174 (68.36% from 255) = 35.66%

 GREEN value IS 201 (78.91% from 255) = 41.19%

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 35.66%
G = 41.19%
B = 23.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#AEC971 (or 0xAEC971) is known color: Caper. HEX triplet: AE, C9 and 71. RGB value is (174,201,113). Sum of RGB (Red+Green+Blue) = 174+201+113=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC971 is #51368E. Grayscale: #B7B7B7. Windows color (decimal): -5322383 or 7457198. OLE color: 7457198.

HSL color Cylindrical-coordinate representation of color #AEC971: hue angle of 78.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEC971 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 113 -
CMYK 0.13 0 0.44 0.21
HSL 78.41º 0.45% 0.62% -
HSV(B) 78.41º 0.44% 0.79% -
XYZ 41.32 51.96 23.47 -
YUV 182.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 174 201 113 0.13 0 0.44 0.21 78.41 0.45 0.62
Hex AE C9 71 D 0 2C 15 4E 2D 3E
Octal 256 311 161 15 0 54 25 116 55 76
Binary 10101110 11001001 1110001 1101 0 101100 10101 1001110 101101 111110

Color Harmonies of #AEC971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC971

Black with #AEC971

Text Example


Text Example

White with #AEC971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC971; }

 p { color: rgb(174,201,113); }

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

background-color css

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

 a { background-color: rgb(174,201,113); }

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

border-color css

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

 span { border-color: rgb(174,201,113); }

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