Html Css Color HEX #AED275 Caper

📋 copy color: '#AED275'

red 174 ◦ green 210 ◦ blue 117

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

Shades of Caper #AED275

Tints of Caper #AED275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.92%

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 34.73%
G = 41.92%
B = 23.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#AED275 (or 0xAED275) is known color: Caper. HEX triplet: AE, D2 and 75. RGB value is (174,210,117). Sum of RGB (Red+Green+Blue) = 174+210+117=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #AED275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED275 is #512D8A. Grayscale: #BCBCBC. Windows color (decimal): -5320075 or 7721646. OLE color: 7721646.

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

Color convert

RGB 174 210 117 -
CMYK 0.17 0 0.44 0.18
HSL 83.23º 0.51% 0.64% -
HSV(B) 83.23º 0.44% 0.82% -
XYZ 43.71 56.38 25.41 -
YUV 188.63 87.57 117.56 -
System Red Green Blue C M Y K H S L
Decimal 174 210 117 0.17 0 0.44 0.18 83.23 0.51 0.64
Hex AE D2 75 11 0 2C 12 53 33 40
Octal 256 322 165 21 0 54 22 123 63 100
Binary 10101110 11010010 1110101 10001 0 101100 10010 1010011 110011 1000000

Color Harmonies of #AED275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED275

Black with #AED275

Text Example


Text Example

White with #AED275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED275; }

 p { color: rgb(174,210,117); }

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

background-color css

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

 a { background-color: rgb(174,210,117); }

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

border-color css

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

 span { border-color: rgb(174,210,117); }

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