Html Css Color HEX #AEC96F Caper

📋 copy color: '#AEC96F'

red 174 ◦ green 201 ◦ blue 111

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

Shades of Caper #AEC96F

Tints of Caper #AEC96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.36%

 BLUE value IS 111 (43.75% from 255) = 22.84%

R = 35.8%
G = 41.36%
B = 22.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#AEC96F (or 0xAEC96F) is known color: Caper. HEX triplet: AE, C9 and 6F. RGB value is (174,201,111). Sum of RGB (Red+Green+Blue) = 174+201+111=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC96F is #513690. Grayscale: #B7B7B7. Windows color (decimal): -5322385 or 7326126. OLE color: 7326126.

HSL color Cylindrical-coordinate representation of color #AEC96F: hue angle of 78º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEC96F is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 111 -
CMYK 0.13 0 0.45 0.21
HSL 78º 0.45% 0.61% -
HSV(B) 78º 0.45% 0.79% -
XYZ 41.21 51.92 22.89 -
YUV 182.67 87.55 121.82 -
System Red Green Blue C M Y K H S L
Decimal 174 201 111 0.13 0 0.45 0.21 78 0.45 0.61
Hex AE C9 6F D 0 2D 15 4E 2D 3D
Octal 256 311 157 15 0 55 25 116 55 75
Binary 10101110 11001001 1101111 1101 0 101101 10101 1001110 101101 111101

Color Harmonies of #AEC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC96F

Black with #AEC96F

Text Example


Text Example

White with #AEC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC96F; }

 p { color: rgb(174,201,111); }

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

background-color css

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

 a { background-color: rgb(174,201,111); }

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

border-color css

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

 span { border-color: rgb(174,201,111); }

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