Html Css Color HEX #AED66F Caper

📋 copy color: '#AED66F'

red 174 ◦ green 214 ◦ blue 111

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

Shades of Caper #AED66F

Tints of Caper #AED66F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.89%

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

R = 34.87%
G = 42.89%
B = 22.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#AED66F (or 0xAED66F) is known color: Caper. HEX triplet: AE, D6 and 6F. RGB value is (174,214,111). Sum of RGB (Red+Green+Blue) = 174+214+111=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #AED66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED66F is #512990. Grayscale: #BEBEBE. Windows color (decimal): -5319057 or 7329454. OLE color: 7329454.

HSL color Cylindrical-coordinate representation of color #AED66F: hue angle of 83.3º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AED66F is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 111 -
CMYK 0.19 0 0.48 0.16
HSL 83.3º 0.56% 0.64% -
HSV(B) 83.3º 0.48% 0.84% -
XYZ 44.37 58.24 23.94 -
YUV 190.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 174 214 111 0.19 0 0.48 0.16 83.3 0.56 0.64
Hex AE D6 6F 13 0 30 10 53 38 40
Octal 256 326 157 23 0 60 20 123 70 100
Binary 10101110 11010110 1101111 10011 0 110000 10000 1010011 111000 1000000

Color Harmonies of #AED66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED66F

Black with #AED66F

Text Example


Text Example

White with #AED66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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