Html Css Color HEX #AEC074 Caper

📋 copy color: '#AEC074'

red 174 ◦ green 192 ◦ blue 116

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

Shades of Caper #AEC074

Tints of Caper #AEC074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 36.1%
G = 39.83%
B = 24.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#AEC074 (or 0xAEC074) is known color: Caper. HEX triplet: AE, C0 and 74. RGB value is (174,192,116). Sum of RGB (Red+Green+Blue) = 174+192+116=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC074 is #513F8B. Grayscale: #B2B2B2. Windows color (decimal): -5324684 or 7651502. OLE color: 7651502.

HSL color Cylindrical-coordinate representation of color #AEC074: hue angle of 74.21º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEC074 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 116 -
CMYK 0.09 0 0.40 0.25
HSL 74.21º 0.38% 0.6% -
HSV(B) 74.21º 0.4% 0.75% -
XYZ 39.46 47.96 23.7 -
YUV 177.95 93.04 125.18 -
System Red Green Blue C M Y K H S L
Decimal 174 192 116 0.09 0 0.40 0.25 74.21 0.38 0.6
Hex AE C0 74 9 0 28 19 4A 26 3C
Octal 256 300 164 11 0 50 31 112 46 74
Binary 10101110 11000000 1110100 1001 0 101000 11001 1001010 100110 111100

Color Harmonies of #AEC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC074

Black with #AEC074

Text Example


Text Example

White with #AEC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC074; }

 p { color: rgb(174,192,116); }

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

background-color css

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

 a { background-color: rgb(174,192,116); }

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

border-color css

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

 span { border-color: rgb(174,192,116); }

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