Html Css Color HEX #AED06D Caper

📋 copy color: '#AED06D'

red 174 ◦ green 208 ◦ blue 109

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

Shades of Caper #AED06D

Tints of Caper #AED06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 35.44%
G = 42.36%
B = 22.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#AED06D (or 0xAED06D) is known color: Caper. HEX triplet: AE, D0 and 6D. RGB value is (174,208,109). Sum of RGB (Red+Green+Blue) = 174+208+109=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #AED06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED06D is #512F92. Grayscale: #BABABA. Windows color (decimal): -5320595 or 7196846. OLE color: 7196846.

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

Color convert

RGB 174 208 109 -
CMYK 0.16 0 0.48 0.18
HSL 80.61º 0.51% 0.62% -
HSV(B) 80.61º 0.48% 0.82% -
XYZ 42.77 55.21 22.87 -
YUV 186.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 174 208 109 0.16 0 0.48 0.18 80.61 0.51 0.62
Hex AE D0 6D 10 0 30 12 51 33 3E
Octal 256 320 155 20 0 60 22 121 63 76
Binary 10101110 11010000 1101101 10000 0 110000 10010 1010001 110011 111110

Color Harmonies of #AED06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED06D

Black with #AED06D

Text Example


Text Example

White with #AED06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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