Html Css Color HEX #AEC774 Caper

📋 copy color: '#AEC774'

red 174 ◦ green 199 ◦ blue 116

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

Shades of Caper #AEC774

Tints of Caper #AEC774

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.7%

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

R = 35.58%
G = 40.7%
B = 23.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#AEC774 (or 0xAEC774) is known color: Caper. HEX triplet: AE, C7 and 74. RGB value is (174,199,116). Sum of RGB (Red+Green+Blue) = 174+199+116=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC774 is #51388B. Grayscale: #B6B6B6. Windows color (decimal): -5322892 or 7653294. OLE color: 7653294.

HSL color Cylindrical-coordinate representation of color #AEC774: hue angle of 78.07º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEC774 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 199 116 -
CMYK 0.13 0 0.42 0.22
HSL 78.07º 0.43% 0.62% -
HSV(B) 78.07º 0.42% 0.78% -
XYZ 41.03 51.11 24.22 -
YUV 182.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 174 199 116 0.13 0 0.42 0.22 78.07 0.43 0.62
Hex AE C7 74 D 0 2A 16 4E 2B 3E
Octal 256 307 164 15 0 52 26 116 53 76
Binary 10101110 11000111 1110100 1101 0 101010 10110 1001110 101011 111110

Color Harmonies of #AEC774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC774

Black with #AEC774

Text Example


Text Example

White with #AEC774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC774; }

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

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

background-color css

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

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

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

border-color css

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

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

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