Html Css Color HEX #AEC078 Caper

📋 copy color: '#AEC078'

red 174 ◦ green 192 ◦ blue 120

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

Shades of Caper #AEC078

Tints of Caper #AEC078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.69%

R = 35.8%
G = 39.51%
B = 24.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#AEC078 (or 0xAEC078) is known color: Caper. HEX triplet: AE, C0 and 78. RGB value is (174,192,120). Sum of RGB (Red+Green+Blue) = 174+192+120=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC078 is #513F87. Grayscale: #B2B2B2. Windows color (decimal): -5324680 or 7913646. OLE color: 7913646.

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

Color convert

RGB 174 192 120 -
CMYK 0.09 0 0.38 0.25
HSL 75º 0.36% 0.61% -
HSV(B) 75º 0.38% 0.75% -
XYZ 39.7 48.05 24.95 -
YUV 178.41 95.04 124.85 -
System Red Green Blue C M Y K H S L
Decimal 174 192 120 0.09 0 0.38 0.25 75 0.36 0.61
Hex AE C0 78 9 0 26 19 4B 24 3D
Octal 256 300 170 11 0 46 31 113 44 75
Binary 10101110 11000000 1111000 1001 0 100110 11001 1001011 100100 111101

Color Harmonies of #AEC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC078

Black with #AEC078

Text Example


Text Example

White with #AEC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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