Html Css Color HEX #AEE770 Feijoa

📋 copy color: '#AEE770'

red 174 ◦ green 231 ◦ blue 112

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

Shades of Feijoa #AEE770

Tints of Feijoa #AEE770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.68%

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

R = 33.66%
G = 44.68%
B = 21.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#AEE770 (or 0xAEE770) is known color: Feijoa. HEX triplet: AE, E7 and 70. RGB value is (174,231,112). Sum of RGB (Red+Green+Blue) = 174+231+112=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE770 is #51188F. Grayscale: #C8C8C8. Windows color (decimal): -5314704 or 7399342. OLE color: 7399342.

HSL color Cylindrical-coordinate representation of color #AEE770: hue angle of 88.74º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEE770 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 231 112 -
CMYK 0.25 0 0.52 0.09
HSL 88.74º 0.71% 0.67% -
HSV(B) 88.74º 0.52% 0.91% -
XYZ 48.96 67.32 25.74 -
YUV 200.39 78.12 109.18 -
System Red Green Blue C M Y K H S L
Decimal 174 231 112 0.25 0 0.52 0.09 88.74 0.71 0.67
Hex AE E7 70 19 0 34 9 59 47 43
Octal 256 347 160 31 0 64 11 131 107 103
Binary 10101110 11100111 1110000 11001 0 110100 1001 1011001 1000111 1000011

Color Harmonies of #AEE770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE770

Black with #AEE770

Text Example


Text Example

White with #AEE770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE770; }

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

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

background-color css

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

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

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

border-color css

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

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

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