Html Css Color HEX #AECF82 Caper

📋 copy color: '#AECF82'

red 174 ◦ green 207 ◦ blue 130

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

Shades of Caper #AECF82

Tints of Caper #AECF82

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.51%

 BLUE value IS 130 (51.17% from 255) = 25.44%

R = 34.05%
G = 40.51%
B = 25.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#AECF82 (or 0xAECF82) is known color: Caper. HEX triplet: AE, CF and 82. RGB value is (174,207,130). Sum of RGB (Red+Green+Blue) = 174+207+130=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF82 is #51307D. Grayscale: #BCBCBC. Windows color (decimal): -5320830 or 8572846. OLE color: 8572846.

HSL color Cylindrical-coordinate representation of color #AECF82: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AECF82 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 130 -
CMYK 0.16 0 0.37 0.19
HSL 85.71º 0.45% 0.66% -
HSV(B) 85.71º 0.37% 0.81% -
XYZ 43.8 55.24 29.47 -
YUV 188.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 174 207 130 0.16 0 0.37 0.19 85.71 0.45 0.66
Hex AE CF 82 10 0 25 13 56 2D 42
Octal 256 317 202 20 0 45 23 126 55 102
Binary 10101110 11001111 10000010 10000 0 100101 10011 1010110 101101 1000010

Color Harmonies of #AECF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF82

Black with #AECF82

Text Example


Text Example

White with #AECF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF82; }

 p { color: rgb(174,207,130); }

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

background-color css

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

 a { background-color: rgb(174,207,130); }

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

border-color css

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

 span { border-color: rgb(174,207,130); }

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