Html Css Color HEX #AEE385 Feijoa

📋 copy color: '#AEE385'

red 174 ◦ green 227 ◦ blue 133

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

Shades of Feijoa #AEE385

Tints of Feijoa #AEE385

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.51%

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

R = 32.58%
G = 42.51%
B = 24.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#AEE385 (or 0xAEE385) is known color: Feijoa. HEX triplet: AE, E3 and 85. RGB value is (174,227,133). Sum of RGB (Red+Green+Blue) = 174+227+133=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE385 is #511C7A. Grayscale: #C8C8C8. Windows color (decimal): -5315707 or 8774574. OLE color: 8774574.

HSL color Cylindrical-coordinate representation of color #AEE385: hue angle of 93.83º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEE385 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 227 133 -
CMYK 0.23 0 0.41 0.11
HSL 93.83º 0.63% 0.71% -
HSV(B) 93.83º 0.41% 0.89% -
XYZ 49.16 65.63 32.27 -
YUV 200.44 89.94 109.14 -
System Red Green Blue C M Y K H S L
Decimal 174 227 133 0.23 0 0.41 0.11 93.83 0.63 0.71
Hex AE E3 85 17 0 29 B 5E 3F 47
Octal 256 343 205 27 0 51 13 136 77 107
Binary 10101110 11100011 10000101 10111 0 101001 1011 1011110 111111 1000111

Color Harmonies of #AEE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE385

Black with #AEE385

Text Example


Text Example

White with #AEE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE385; }

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

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

background-color css

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

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

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

border-color css

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

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

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