Html Css Color HEX #AEE470 Feijoa

📋 copy color: '#AEE470'

red 174 ◦ green 228 ◦ blue 112

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

Shades of Feijoa #AEE470

Tints of Feijoa #AEE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.36%

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

R = 33.85%
G = 44.36%
B = 21.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#AEE470 (or 0xAEE470) is known color: Feijoa. HEX triplet: AE, E4 and 70. RGB value is (174,228,112). Sum of RGB (Red+Green+Blue) = 174+228+112=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE470 is #511B8F. Grayscale: #C7C7C7. Windows color (decimal): -5315472 or 7398574. OLE color: 7398574.

HSL color Cylindrical-coordinate representation of color #AEE470: hue angle of 87.93º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEE470 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 228 112 -
CMYK 0.24 0 0.51 0.11
HSL 87.93º 0.68% 0.67% -
HSV(B) 87.93º 0.51% 0.89% -
XYZ 48.12 65.66 25.47 -
YUV 198.63 79.11 110.43 -
System Red Green Blue C M Y K H S L
Decimal 174 228 112 0.24 0 0.51 0.11 87.93 0.68 0.67
Hex AE E4 70 18 0 33 B 58 44 43
Octal 256 344 160 30 0 63 13 130 104 103
Binary 10101110 11100100 1110000 11000 0 110011 1011 1011000 1000100 1000011

Color Harmonies of #AEE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE470

Black with #AEE470

Text Example


Text Example

White with #AEE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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