Html Css Color HEX #AED077 Caper

📋 copy color: '#AED077'

red 174 ◦ green 208 ◦ blue 119

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

Shades of Caper #AED077

Tints of Caper #AED077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.75%

R = 34.73%
G = 41.52%
B = 23.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#AED077 (or 0xAED077) is known color: Caper. HEX triplet: AE, D0 and 77. RGB value is (174,208,119). Sum of RGB (Red+Green+Blue) = 174+208+119=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #AED077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED077 is #512F88. Grayscale: #BCBCBC. Windows color (decimal): -5320585 or 7852206. OLE color: 7852206.

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

Color convert

RGB 174 208 119 -
CMYK 0.16 0 0.43 0.18
HSL 82.92º 0.49% 0.64% -
HSV(B) 82.92º 0.43% 0.82% -
XYZ 43.34 55.44 25.87 -
YUV 187.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 174 208 119 0.16 0 0.43 0.18 82.92 0.49 0.64
Hex AE D0 77 10 0 2B 12 53 31 40
Octal 256 320 167 20 0 53 22 123 61 100
Binary 10101110 11010000 1110111 10000 0 101011 10010 1010011 110001 1000000

Color Harmonies of #AED077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED077

Black with #AED077

Text Example


Text Example

White with #AED077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED077; }

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

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

background-color css

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

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

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

border-color css

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

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

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