Html Css Color HEX #AED06F Caper

📋 copy color: '#AED06F'

red 174 ◦ green 208 ◦ blue 111

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

Shades of Caper #AED06F

Tints of Caper #AED06F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.19%

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

R = 35.29%
G = 42.19%
B = 22.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#AED06F (or 0xAED06F) is known color: Caper. HEX triplet: AE, D0 and 6F. RGB value is (174,208,111). Sum of RGB (Red+Green+Blue) = 174+208+111=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #AED06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED06F is #512F90. Grayscale: #BBBBBB. Windows color (decimal): -5320593 or 7327918. OLE color: 7327918.

HSL color Cylindrical-coordinate representation of color #AED06F: hue angle of 81.03º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AED06F is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 111 -
CMYK 0.16 0 0.47 0.18
HSL 81.03º 0.51% 0.63% -
HSV(B) 81.03º 0.47% 0.82% -
XYZ 42.88 55.26 23.44 -
YUV 186.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 174 208 111 0.16 0 0.47 0.18 81.03 0.51 0.63
Hex AE D0 6F 10 0 2F 12 51 33 3F
Octal 256 320 157 20 0 57 22 121 63 77
Binary 10101110 11010000 1101111 10000 0 101111 10010 1010001 110011 111111

Color Harmonies of #AED06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED06F

Black with #AED06F

Text Example


Text Example

White with #AED06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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