Html Css Color HEX #AEE972 Feijoa

📋 copy color: '#AEE972'

red 174 ◦ green 233 ◦ blue 114

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

Shades of Feijoa #AEE972

Tints of Feijoa #AEE972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.88%

R = 33.4%
G = 44.72%
B = 21.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#AEE972 (or 0xAEE972) is known color: Feijoa. HEX triplet: AE, E9 and 72. RGB value is (174,233,114). Sum of RGB (Red+Green+Blue) = 174+233+114=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE972 is #51168D. Grayscale: #CACACA. Windows color (decimal): -5314190 or 7530926. OLE color: 7530926.

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

Color convert

RGB 174 233 114 -
CMYK 0.25 0 0.51 0.09
HSL 89.75º 0.73% 0.68% -
HSV(B) 89.75º 0.51% 0.91% -
XYZ 49.63 68.49 26.52 -
YUV 201.79 78.45 108.18 -
System Red Green Blue C M Y K H S L
Decimal 174 233 114 0.25 0 0.51 0.09 89.75 0.73 0.68
Hex AE E9 72 19 0 33 9 5A 49 44
Octal 256 351 162 31 0 63 11 132 111 104
Binary 10101110 11101001 1110010 11001 0 110011 1001 1011010 1001001 1000100

Color Harmonies of #AEE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE972

Black with #AEE972

Text Example


Text Example

White with #AEE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE972; }

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

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

background-color css

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

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

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

border-color css

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

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

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