Html Css Color HEX #AECF70 Caper

📋 copy color: '#AECF70'

red 174 ◦ green 207 ◦ blue 112

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

Shades of Caper #AECF70

Tints of Caper #AECF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.72%

R = 35.29%
G = 41.99%
B = 22.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#AECF70 (or 0xAECF70) is known color: Caper. HEX triplet: AE, CF and 70. RGB value is (174,207,112). Sum of RGB (Red+Green+Blue) = 174+207+112=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECF70 is #51308F. Grayscale: #BABABA. Windows color (decimal): -5320848 or 7393198. OLE color: 7393198.

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

Color convert

RGB 174 207 112 -
CMYK 0.16 0 0.46 0.19
HSL 80.84º 0.5% 0.63% -
HSV(B) 80.84º 0.46% 0.81% -
XYZ 42.69 54.79 23.66 -
YUV 186.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 174 207 112 0.16 0 0.46 0.19 80.84 0.5 0.63
Hex AE CF 70 10 0 2E 13 51 32 3F
Octal 256 317 160 20 0 56 23 121 62 77
Binary 10101110 11001111 1110000 10000 0 101110 10011 1010001 110010 111111

Color Harmonies of #AECF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF70

Black with #AECF70

Text Example


Text Example

White with #AECF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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