Html Css Color HEX #AEE085 Feijoa

📋 copy color: '#AEE085'

red 174 ◦ green 224 ◦ blue 133

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

Shades of Feijoa #AEE085

Tints of Feijoa #AEE085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.18%

 BLUE value IS 133 (52.34% from 255) = 25.05%

R = 32.77%
G = 42.18%
B = 25.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#AEE085 (or 0xAEE085) is known color: Feijoa. HEX triplet: AE, E0 and 85. RGB value is (174,224,133). Sum of RGB (Red+Green+Blue) = 174+224+133=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE085 is #511F7A. Grayscale: #C6C6C6. Windows color (decimal): -5316475 or 8773806. OLE color: 8773806.

HSL color Cylindrical-coordinate representation of color #AEE085: hue angle of 92.97º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEE085 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 133 -
CMYK 0.22 0 0.41 0.12
HSL 92.97º 0.59% 0.7% -
HSV(B) 92.97º 0.41% 0.88% -
XYZ 48.34 64 32 -
YUV 198.68 90.94 110.4 -
System Red Green Blue C M Y K H S L
Decimal 174 224 133 0.22 0 0.41 0.12 92.97 0.59 0.7
Hex AE E0 85 16 0 29 C 5D 3B 46
Octal 256 340 205 26 0 51 14 135 73 106
Binary 10101110 11100000 10000101 10110 0 101001 1100 1011101 111011 1000110

Color Harmonies of #AEE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE085

Black with #AEE085

Text Example


Text Example

White with #AEE085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE085; }

 p { color: rgb(174,224,133); }

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

background-color css

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

 a { background-color: rgb(174,224,133); }

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

border-color css

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

 span { border-color: rgb(174,224,133); }

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