Html Css Color HEX #AED474 Caper

📋 copy color: '#AED474'

red 174 ◦ green 212 ◦ blue 116

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

Shades of Caper #AED474

Tints of Caper #AED474

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.23%

 BLUE value IS 116 (45.7% from 255) = 23.11%

R = 34.66%
G = 42.23%
B = 23.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#AED474 (or 0xAED474) is known color: Caper. HEX triplet: AE, D4 and 74. RGB value is (174,212,116). Sum of RGB (Red+Green+Blue) = 174+212+116=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #AED474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED474 is #512B8B. Grayscale: #BEBEBE. Windows color (decimal): -5319564 or 7656622. OLE color: 7656622.

HSL color Cylindrical-coordinate representation of color #AED474: hue angle of 83.75º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AED474 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 116 -
CMYK 0.18 0 0.45 0.17
HSL 83.75º 0.53% 0.64% -
HSV(B) 83.75º 0.45% 0.83% -
XYZ 44.15 57.35 25.26 -
YUV 189.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 174 212 116 0.18 0 0.45 0.17 83.75 0.53 0.64
Hex AE D4 74 12 0 2D 11 54 35 40
Octal 256 324 164 22 0 55 21 124 65 100
Binary 10101110 11010100 1110100 10010 0 101101 10001 1010100 110101 1000000

Color Harmonies of #AED474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED474

Black with #AED474

Text Example


Text Example

White with #AED474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED474; }

 p { color: rgb(174,212,116); }

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

background-color css

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

 a { background-color: rgb(174,212,116); }

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

border-color css

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

 span { border-color: rgb(174,212,116); }

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