Html Css Color HEX #AED373 Caper

📋 copy color: '#AED373'

red 174 ◦ green 211 ◦ blue 115

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

Shades of Caper #AED373

Tints of Caper #AED373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23%

R = 34.8%
G = 42.2%
B = 23%

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

#AED373 (or 0xAED373) is known color: Caper. HEX triplet: AE, D3 and 73. RGB value is (174,211,115). Sum of RGB (Red+Green+Blue) = 174+211+115=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #AED373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED373 is #512C8C. Grayscale: #BDBDBD. Windows color (decimal): -5319821 or 7590830. OLE color: 7590830.

HSL color Cylindrical-coordinate representation of color #AED373: hue angle of 83.13º degrees, saturation: 0.52, 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 #AED373 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 115 -
CMYK 0.18 0 0.45 0.17
HSL 83.13º 0.52% 0.64% -
HSV(B) 83.13º 0.45% 0.83% -
XYZ 43.84 56.83 24.88 -
YUV 188.99 86.24 117.31 -
System Red Green Blue C M Y K H S L
Decimal 174 211 115 0.18 0 0.45 0.17 83.13 0.52 0.64
Hex AE D3 73 12 0 2D 11 53 34 40
Octal 256 323 163 22 0 55 21 123 64 100
Binary 10101110 11010011 1110011 10010 0 101101 10001 1010011 110100 1000000

Color Harmonies of #AED373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED373

Black with #AED373

Text Example


Text Example

White with #AED373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED373; }

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

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

background-color css

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

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

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

border-color css

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

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

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