Html Css Color HEX #AEC272 Caper

📋 copy color: '#AEC272'

red 174 ◦ green 194 ◦ blue 114

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

Shades of Caper #AEC272

Tints of Caper #AEC272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 36.1%
G = 40.25%
B = 23.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#AEC272 (or 0xAEC272) is known color: Caper. HEX triplet: AE, C2 and 72. RGB value is (174,194,114). Sum of RGB (Red+Green+Blue) = 174+194+114=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC272 is #513D8D. Grayscale: #B3B3B3. Windows color (decimal): -5324174 or 7520942. OLE color: 7520942.

HSL color Cylindrical-coordinate representation of color #AEC272: hue angle of 75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEC272 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 114 -
CMYK 0.10 0 0.41 0.24
HSL 75º 0.4% 0.6% -
HSV(B) 75º 0.41% 0.76% -
XYZ 39.78 48.8 23.24 -
YUV 178.9 91.37 124.5 -
System Red Green Blue C M Y K H S L
Decimal 174 194 114 0.10 0 0.41 0.24 75 0.4 0.6
Hex AE C2 72 A 0 29 18 4B 28 3C
Octal 256 302 162 12 0 51 30 113 50 74
Binary 10101110 11000010 1110010 1010 0 101001 11000 1001011 101000 111100

Color Harmonies of #AEC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC272

Black with #AEC272

Text Example


Text Example

White with #AEC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC272; }

 p { color: rgb(174,194,114); }

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

background-color css

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

 a { background-color: rgb(174,194,114); }

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

border-color css

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

 span { border-color: rgb(174,194,114); }

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