Html Css Color HEX #AEE970 Feijoa

📋 copy color: '#AEE970'

red 174 ◦ green 233 ◦ blue 112

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

Shades of Feijoa #AEE970

Tints of Feijoa #AEE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.89%

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

R = 33.53%
G = 44.89%
B = 21.58%

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

#AEE970 (or 0xAEE970) is known color: Feijoa. HEX triplet: AE, E9 and 70. RGB value is (174,233,112). Sum of RGB (Red+Green+Blue) = 174+233+112=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE970 is #51168F. Grayscale: #C9C9C9. Windows color (decimal): -5314192 or 7399854. OLE color: 7399854.

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

Color convert

RGB 174 233 112 -
CMYK 0.25 0 0.52 0.09
HSL 89.26º 0.73% 0.68% -
HSV(B) 89.26º 0.52% 0.91% -
XYZ 49.52 68.45 25.93 -
YUV 201.57 77.45 108.34 -
System Red Green Blue C M Y K H S L
Decimal 174 233 112 0.25 0 0.52 0.09 89.26 0.73 0.68
Hex AE E9 70 19 0 34 9 59 49 44
Octal 256 351 160 31 0 64 11 131 111 104
Binary 10101110 11101001 1110000 11001 0 110100 1001 1011001 1001001 1000100

Color Harmonies of #AEE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE970

Black with #AEE970

Text Example


Text Example

White with #AEE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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