Html Css Color HEX #AEC68D Caper

📋 copy color: '#AEC68D'

red 174 ◦ green 198 ◦ blue 141

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

Shades of Caper #AEC68D

Tints of Caper #AEC68D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.6%

 BLUE value IS 141 (55.47% from 255) = 27.49%

R = 33.92%
G = 38.6%
B = 27.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#AEC68D (or 0xAEC68D) is known color: Caper. HEX triplet: AE, C6 and 8D. RGB value is (174,198,141). Sum of RGB (Red+Green+Blue) = 174+198+141=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC68D is #513972. Grayscale: #B8B8B8. Windows color (decimal): -5323123 or 9291438. OLE color: 9291438.

HSL color Cylindrical-coordinate representation of color #AEC68D: hue angle of 85.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEC68D is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 198 141 -
CMYK 0.12 0 0.29 0.22
HSL 85.26º 0.33% 0.66% -
HSV(B) 85.26º 0.29% 0.78% -
XYZ 42.46 51.31 32.87 -
YUV 184.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 174 198 141 0.12 0 0.29 0.22 85.26 0.33 0.66
Hex AE C6 8D C 0 1D 16 55 21 42
Octal 256 306 215 14 0 35 26 125 41 102
Binary 10101110 11000110 10001101 1100 0 11101 10110 1010101 100001 1000010

Color Harmonies of #AEC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC68D

Black with #AEC68D

Text Example


Text Example

White with #AEC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC68D; }

 p { color: rgb(174,198,141); }

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

background-color css

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

 a { background-color: rgb(174,198,141); }

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

border-color css

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

 span { border-color: rgb(174,198,141); }

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