Html Css Color HEX #AED07D Caper

📋 copy color: '#AED07D'

red 174 ◦ green 208 ◦ blue 125

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

Shades of Caper #AED07D

Tints of Caper #AED07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 34.32%
G = 41.03%
B = 24.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#AED07D (or 0xAED07D) is known color: Caper. HEX triplet: AE, D0 and 7D. RGB value is (174,208,125). Sum of RGB (Red+Green+Blue) = 174+208+125=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #AED07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED07D is #512F82. Grayscale: #BCBCBC. Windows color (decimal): -5320579 or 8245422. OLE color: 8245422.

HSL color Cylindrical-coordinate representation of color #AED07D: hue angle of 84.58º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED07D is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 125 -
CMYK 0.16 0 0.40 0.18
HSL 84.58º 0.47% 0.65% -
HSV(B) 84.58º 0.4% 0.82% -
XYZ 43.71 55.59 27.83 -
YUV 188.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 174 208 125 0.16 0 0.40 0.18 84.58 0.47 0.65
Hex AE D0 7D 10 0 28 12 55 2F 41
Octal 256 320 175 20 0 50 22 125 57 101
Binary 10101110 11010000 1111101 10000 0 101000 10010 1010101 101111 1000001

Color Harmonies of #AED07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED07D

Black with #AED07D

Text Example


Text Example

White with #AED07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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