Html Css Color HEX #AEC472 Caper

📋 copy color: '#AEC472'

red 174 ◦ green 196 ◦ blue 114

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

Shades of Caper #AEC472

Tints of Caper #AEC472

RGB

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

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

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

R = 35.95%
G = 40.5%
B = 23.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#AEC472 (or 0xAEC472) is known color: Caper. HEX triplet: AE, C4 and 72. RGB value is (174,196,114). Sum of RGB (Red+Green+Blue) = 174+196+114=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC472 is #513B8D. Grayscale: #B4B4B4. Windows color (decimal): -5323662 or 7521454. OLE color: 7521454.

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

Color convert

RGB 174 196 114 -
CMYK 0.11 0 0.42 0.23
HSL 76.1º 0.41% 0.61% -
HSV(B) 76.1º 0.42% 0.77% -
XYZ 40.23 49.69 23.39 -
YUV 180.07 90.71 123.67 -
System Red Green Blue C M Y K H S L
Decimal 174 196 114 0.11 0 0.42 0.23 76.1 0.41 0.61
Hex AE C4 72 B 0 2A 17 4C 29 3D
Octal 256 304 162 13 0 52 27 114 51 75
Binary 10101110 11000100 1110010 1011 0 101010 10111 1001100 101001 111101

Color Harmonies of #AEC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC472

Black with #AEC472

Text Example


Text Example

White with #AEC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC472; }

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

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

background-color css

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

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

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

border-color css

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

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

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