Html Css Color HEX #AEC275 Caper

📋 copy color: '#AEC275'

red 174 ◦ green 194 ◦ blue 117

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

Shades of Caper #AEC275

Tints of Caper #AEC275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 35.88%
G = 40%
B = 24.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#AEC275 (or 0xAEC275) is known color: Caper. HEX triplet: AE, C2 and 75. RGB value is (174,194,117). Sum of RGB (Red+Green+Blue) = 174+194+117=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC275 is #513D8A. Grayscale: #B3B3B3. Windows color (decimal): -5324171 or 7717550. OLE color: 7717550.

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

Color convert

RGB 174 194 117 -
CMYK 0.10 0 0.40 0.24
HSL 75.58º 0.39% 0.61% -
HSV(B) 75.58º 0.4% 0.76% -
XYZ 39.96 48.87 24.16 -
YUV 179.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 174 194 117 0.10 0 0.40 0.24 75.58 0.39 0.61
Hex AE C2 75 A 0 28 18 4C 27 3D
Octal 256 302 165 12 0 50 30 114 47 75
Binary 10101110 11000010 1110101 1010 0 101000 11000 1001100 100111 111101

Color Harmonies of #AEC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC275

Black with #AEC275

Text Example


Text Example

White with #AEC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC275; }

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

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

background-color css

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

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

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

border-color css

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

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

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