Html Css Color HEX #AECF72 Caper

📋 copy color: '#AECF72'

red 174 ◦ green 207 ◦ blue 114

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

Shades of Caper #AECF72

Tints of Caper #AECF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 35.15%
G = 41.82%
B = 23.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#AECF72 (or 0xAECF72) is known color: Caper. HEX triplet: AE, CF and 72. RGB value is (174,207,114). Sum of RGB (Red+Green+Blue) = 174+207+114=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECF72 is #51308D. Grayscale: #BABABA. Windows color (decimal): -5320846 or 7524270. OLE color: 7524270.

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

Color convert

RGB 174 207 114 -
CMYK 0.16 0 0.45 0.19
HSL 81.29º 0.49% 0.63% -
HSV(B) 81.29º 0.45% 0.81% -
XYZ 42.81 54.84 24.25 -
YUV 186.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 174 207 114 0.16 0 0.45 0.19 81.29 0.49 0.63
Hex AE CF 72 10 0 2D 13 51 31 3F
Octal 256 317 162 20 0 55 23 121 61 77
Binary 10101110 11001111 1110010 10000 0 101101 10011 1010001 110001 111111

Color Harmonies of #AECF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF72

Black with #AECF72

Text Example


Text Example

White with #AECF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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