Html Css Color HEX #AECE70 Caper

📋 copy color: '#AECE70'

red 174 ◦ green 206 ◦ blue 112

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

Shades of Caper #AECE70

Tints of Caper #AECE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.87%

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

R = 35.37%
G = 41.87%
B = 22.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#AECE70 (or 0xAECE70) is known color: Caper. HEX triplet: AE, CE and 70. RGB value is (174,206,112). Sum of RGB (Red+Green+Blue) = 174+206+112=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE70 is #51318F. Grayscale: #BABABA. Windows color (decimal): -5321104 or 7392942. OLE color: 7392942.

HSL color Cylindrical-coordinate representation of color #AECE70: hue angle of 80.43º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AECE70 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 112 -
CMYK 0.16 0 0.46 0.19
HSL 80.43º 0.49% 0.62% -
HSV(B) 80.43º 0.46% 0.81% -
XYZ 42.45 54.31 23.57 -
YUV 185.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 174 206 112 0.16 0 0.46 0.19 80.43 0.49 0.62
Hex AE CE 70 10 0 2E 13 50 31 3E
Octal 256 316 160 20 0 56 23 120 61 76
Binary 10101110 11001110 1110000 10000 0 101110 10011 1010000 110001 111110

Color Harmonies of #AECE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE70

Black with #AECE70

Text Example


Text Example

White with #AECE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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