Html Css Color HEX #AED384 Feijoa

📋 copy color: '#AED384'

red 174 ◦ green 211 ◦ blue 132

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

Shades of Feijoa #AED384

Tints of Feijoa #AED384

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.81%

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

R = 33.66%
G = 40.81%
B = 25.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#AED384 (or 0xAED384) is known color: Feijoa. HEX triplet: AE, D3 and 84. RGB value is (174,211,132). Sum of RGB (Red+Green+Blue) = 174+211+132=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #AED384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED384 is #512C7B. Grayscale: #BFBFBF. Windows color (decimal): -5319804 or 8704942. OLE color: 8704942.

HSL color Cylindrical-coordinate representation of color #AED384: hue angle of 88.1º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AED384 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 132 -
CMYK 0.18 0 0.37 0.17
HSL 88.1º 0.47% 0.67% -
HSV(B) 88.1º 0.37% 0.83% -
XYZ 44.91 57.25 30.51 -
YUV 190.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 174 211 132 0.18 0 0.37 0.17 88.1 0.47 0.67
Hex AE D3 84 12 0 25 11 58 2F 43
Octal 256 323 204 22 0 45 21 130 57 103
Binary 10101110 11010011 10000100 10010 0 100101 10001 1011000 101111 1000011

Color Harmonies of #AED384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED384

Black with #AED384

Text Example


Text Example

White with #AED384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED384; }

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

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

background-color css

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

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

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

border-color css

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

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

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