Html Css Color HEX #AEDF7A Feijoa

📋 copy color: '#AEDF7A'

red 174 ◦ green 223 ◦ blue 122

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

Shades of Feijoa #AEDF7A

Tints of Feijoa #AEDF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

 BLUE value IS 122 (48.05% from 255) = 23.51%

R = 33.53%
G = 42.97%
B = 23.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#AEDF7A (or 0xAEDF7A) is known color: Feijoa. HEX triplet: AE, DF and 7A. RGB value is (174,223,122). Sum of RGB (Red+Green+Blue) = 174+223+122=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDF7A is #512085. Grayscale: #C5C5C5. Windows color (decimal): -5316742 or 8052654. OLE color: 8052654.

HSL color Cylindrical-coordinate representation of color #AEDF7A: hue angle of 89.11º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEDF7A is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 122 -
CMYK 0.22 0 0.45 0.13
HSL 89.11º 0.61% 0.68% -
HSV(B) 89.11º 0.45% 0.87% -
XYZ 47.36 63.18 28.11 -
YUV 196.84 85.77 111.71 -
System Red Green Blue C M Y K H S L
Decimal 174 223 122 0.22 0 0.45 0.13 89.11 0.61 0.68
Hex AE DF 7A 16 0 2D D 59 3D 44
Octal 256 337 172 26 0 55 15 131 75 104
Binary 10101110 11011111 1111010 10110 0 101101 1101 1011001 111101 1000100

Color Harmonies of #AEDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF7A

Black with #AEDF7A

Text Example


Text Example

White with #AEDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF7A; }

 p { color: rgb(174,223,122); }

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

background-color css

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

 a { background-color: rgb(174,223,122); }

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

border-color css

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

 span { border-color: rgb(174,223,122); }

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