Html Css Color HEX #AED07F Caper

📋 copy color: '#AED07F'

red 174 ◦ green 208 ◦ blue 127

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

Shades of Caper #AED07F

Tints of Caper #AED07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.95%

R = 34.18%
G = 40.86%
B = 24.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#AED07F (or 0xAED07F) is known color: Caper. HEX triplet: AE, D0 and 7F. RGB value is (174,208,127). Sum of RGB (Red+Green+Blue) = 174+208+127=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #AED07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED07F is #512F80. Grayscale: #BCBCBC. Windows color (decimal): -5320577 or 8376494. OLE color: 8376494.

HSL color Cylindrical-coordinate representation of color #AED07F: hue angle of 85.19º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AED07F is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 127 -
CMYK 0.16 0 0.39 0.18
HSL 85.19º 0.46% 0.66% -
HSV(B) 85.19º 0.39% 0.82% -
XYZ 43.84 55.64 28.51 -
YUV 188.6 93.24 117.59 -
System Red Green Blue C M Y K H S L
Decimal 174 208 127 0.16 0 0.39 0.18 85.19 0.46 0.66
Hex AE D0 7F 10 0 27 12 55 2E 42
Octal 256 320 177 20 0 47 22 125 56 102
Binary 10101110 11010000 1111111 10000 0 100111 10010 1010101 101110 1000010

Color Harmonies of #AED07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED07F

Black with #AED07F

Text Example


Text Example

White with #AED07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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