Html Css Color HEX #AED075 Caper

📋 copy color: '#AED075'

red 174 ◦ green 208 ◦ blue 117

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

Shades of Caper #AED075

Tints of Caper #AED075

RGB

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

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

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

R = 34.87%
G = 41.68%
B = 23.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#AED075 (or 0xAED075) is known color: Caper. HEX triplet: AE, D0 and 75. RGB value is (174,208,117). Sum of RGB (Red+Green+Blue) = 174+208+117=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #AED075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED075 is #512F8A. Grayscale: #BBBBBB. Windows color (decimal): -5320587 or 7721134. OLE color: 7721134.

HSL color Cylindrical-coordinate representation of color #AED075: hue angle of 82.42º degrees, saturation: 0.49, 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 #AED075 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 117 -
CMYK 0.16 0 0.44 0.18
HSL 82.42º 0.49% 0.64% -
HSV(B) 82.42º 0.44% 0.82% -
XYZ 43.22 55.39 25.24 -
YUV 187.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 174 208 117 0.16 0 0.44 0.18 82.42 0.49 0.64
Hex AE D0 75 10 0 2C 12 52 31 40
Octal 256 320 165 20 0 54 22 122 61 100
Binary 10101110 11010000 1110101 10000 0 101100 10010 1010010 110001 1000000

Color Harmonies of #AED075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED075

Black with #AED075

Text Example


Text Example

White with #AED075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED075; }

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

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

background-color css

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

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

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

border-color css

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

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

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