Html Css Color HEX #AEC470 Caper

📋 copy color: '#AEC470'

red 174 ◦ green 196 ◦ blue 112

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

Shades of Caper #AEC470

Tints of Caper #AEC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.66%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 36.1%
G = 40.66%
B = 23.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#AEC470 (or 0xAEC470) is known color: Caper. HEX triplet: AE, C4 and 70. RGB value is (174,196,112). Sum of RGB (Red+Green+Blue) = 174+196+112=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC470 is #513B8F. Grayscale: #B4B4B4. Windows color (decimal): -5323664 or 7390382. OLE color: 7390382.

HSL color Cylindrical-coordinate representation of color #AEC470: hue angle of 75.71º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEC470 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 196 112 -
CMYK 0.11 0 0.43 0.23
HSL 75.71º 0.42% 0.6% -
HSV(B) 75.71º 0.43% 0.77% -
XYZ 40.12 49.65 22.8 -
YUV 179.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 174 196 112 0.11 0 0.43 0.23 75.71 0.42 0.6
Hex AE C4 70 B 0 2B 17 4C 2A 3C
Octal 256 304 160 13 0 53 27 114 52 74
Binary 10101110 11000100 1110000 1011 0 101011 10111 1001100 101010 111100

Color Harmonies of #AEC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC470

Black with #AEC470

Text Example


Text Example

White with #AEC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC470; }

 p { color: rgb(174,196,112); }

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

background-color css

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

 a { background-color: rgb(174,196,112); }

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

border-color css

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

 span { border-color: rgb(174,196,112); }

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