Html Css Color HEX #AEE185 Feijoa

📋 copy color: '#AEE185'

red 174 ◦ green 225 ◦ blue 133

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

Shades of Feijoa #AEE185

Tints of Feijoa #AEE185

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.29%

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

R = 32.71%
G = 42.29%
B = 25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#AEE185 (or 0xAEE185) is known color: Feijoa. HEX triplet: AE, E1 and 85. RGB value is (174,225,133). Sum of RGB (Red+Green+Blue) = 174+225+133=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE185 is #511E7A. Grayscale: #C7C7C7. Windows color (decimal): -5316219 or 8774062. OLE color: 8774062.

HSL color Cylindrical-coordinate representation of color #AEE185: hue angle of 93.26º degrees, saturation: 0.61, 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 #AEE185 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 225 133 -
CMYK 0.23 0 0.41 0.12
HSL 93.26º 0.61% 0.7% -
HSV(B) 93.26º 0.41% 0.88% -
XYZ 48.61 64.54 32.09 -
YUV 199.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 174 225 133 0.23 0 0.41 0.12 93.26 0.61 0.7
Hex AE E1 85 17 0 29 C 5D 3D 46
Octal 256 341 205 27 0 51 14 135 75 106
Binary 10101110 11100001 10000101 10111 0 101001 1100 1011101 111101 1000110

Color Harmonies of #AEE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE185

Black with #AEE185

Text Example


Text Example

White with #AEE185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE185; }

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

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

background-color css

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

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

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

border-color css

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

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

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