Html Css Color HEX #AECF84 Feijoa

📋 copy color: '#AECF84'

red 174 ◦ green 207 ◦ blue 132

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

Shades of Feijoa #AECF84

Tints of Feijoa #AECF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.73%

R = 33.92%
G = 40.35%
B = 25.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#AECF84 (or 0xAECF84) is known color: Feijoa. HEX triplet: AE, CF and 84. RGB value is (174,207,132). Sum of RGB (Red+Green+Blue) = 174+207+132=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF84 is #51307B. Grayscale: #BCBCBC. Windows color (decimal): -5320828 or 8703918. OLE color: 8703918.

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

Color convert

RGB 174 207 132 -
CMYK 0.16 0 0.36 0.19
HSL 86.4º 0.44% 0.66% -
HSV(B) 86.4º 0.36% 0.81% -
XYZ 43.93 55.29 30.19 -
YUV 188.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 174 207 132 0.16 0 0.36 0.19 86.4 0.44 0.66
Hex AE CF 84 10 0 24 13 56 2C 42
Octal 256 317 204 20 0 44 23 126 54 102
Binary 10101110 11001111 10000100 10000 0 100100 10011 1010110 101100 1000010

Color Harmonies of #AECF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF84

Black with #AECF84

Text Example


Text Example

White with #AECF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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