Html Css Color HEX #AED376 Caper

📋 copy color: '#AED376'

red 174 ◦ green 211 ◦ blue 118

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

Shades of Caper #AED376

Tints of Caper #AED376

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

 BLUE value IS 118 (46.48% from 255) = 23.46%

R = 34.59%
G = 41.95%
B = 23.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#AED376 (or 0xAED376) is known color: Caper. HEX triplet: AE, D3 and 76. RGB value is (174,211,118). Sum of RGB (Red+Green+Blue) = 174+211+118=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #AED376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED376 is #512C89. Grayscale: #BDBDBD. Windows color (decimal): -5319818 or 7787438. OLE color: 7787438.

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

Color convert

RGB 174 211 118 -
CMYK 0.18 0 0.44 0.17
HSL 83.87º 0.51% 0.65% -
HSV(B) 83.87º 0.44% 0.83% -
XYZ 44.02 56.9 25.8 -
YUV 189.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 174 211 118 0.18 0 0.44 0.17 83.87 0.51 0.65
Hex AE D3 76 12 0 2C 11 54 33 41
Octal 256 323 166 22 0 54 21 124 63 101
Binary 10101110 11010011 1110110 10010 0 101100 10001 1010100 110011 1000001

Color Harmonies of #AED376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED376

Black with #AED376

Text Example


Text Example

White with #AED376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED376; }

 p { color: rgb(174,211,118); }

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

background-color css

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

 a { background-color: rgb(174,211,118); }

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

border-color css

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

 span { border-color: rgb(174,211,118); }

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