Html Css Color HEX #AEC474 Caper

📋 copy color: '#AEC474'

red 174 ◦ green 196 ◦ blue 116

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

Shades of Caper #AEC474

Tints of Caper #AEC474

RGB

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

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

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

R = 35.8%
G = 40.33%
B = 23.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#AEC474 (or 0xAEC474) is known color: Caper. HEX triplet: AE, C4 and 74. RGB value is (174,196,116). Sum of RGB (Red+Green+Blue) = 174+196+116=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC474 is #513B8B. Grayscale: #B4B4B4. Windows color (decimal): -5323660 or 7652526. OLE color: 7652526.

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

Color convert

RGB 174 196 116 -
CMYK 0.11 0 0.41 0.23
HSL 76.5º 0.4% 0.61% -
HSV(B) 76.5º 0.41% 0.77% -
XYZ 40.35 49.74 24 -
YUV 180.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 174 196 116 0.11 0 0.41 0.23 76.5 0.4 0.61
Hex AE C4 74 B 0 29 17 4C 28 3D
Octal 256 304 164 13 0 51 27 114 50 75
Binary 10101110 11000100 1110100 1011 0 101001 10111 1001100 101000 111101

Color Harmonies of #AEC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC474

Black with #AEC474

Text Example


Text Example

White with #AEC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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