Html Css Color HEX #AEE482 Feijoa

📋 copy color: '#AEE482'

red 174 ◦ green 228 ◦ blue 130

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

Shades of Feijoa #AEE482

Tints of Feijoa #AEE482

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.86%

 BLUE value IS 130 (51.17% from 255) = 24.44%

R = 32.71%
G = 42.86%
B = 24.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#AEE482 (or 0xAEE482) is known color: Feijoa. HEX triplet: AE, E4 and 82. RGB value is (174,228,130). Sum of RGB (Red+Green+Blue) = 174+228+130=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE482 is #511B7D. Grayscale: #C9C9C9. Windows color (decimal): -5315454 or 8578222. OLE color: 8578222.

HSL color Cylindrical-coordinate representation of color #AEE482: hue angle of 93.06º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEE482 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 228 130 -
CMYK 0.24 0 0.43 0.11
HSL 93.06º 0.64% 0.7% -
HSV(B) 93.06º 0.43% 0.89% -
XYZ 49.23 66.1 31.28 -
YUV 200.68 88.11 108.97 -
System Red Green Blue C M Y K H S L
Decimal 174 228 130 0.24 0 0.43 0.11 93.06 0.64 0.7
Hex AE E4 82 18 0 2B B 5D 40 46
Octal 256 344 202 30 0 53 13 135 100 106
Binary 10101110 11100100 10000010 11000 0 101011 1011 1011101 1000000 1000110

Color Harmonies of #AEE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE482

Black with #AEE482

Text Example


Text Example

White with #AEE482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE482; }

 p { color: rgb(174,228,130); }

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

background-color css

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

 a { background-color: rgb(174,228,130); }

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

border-color css

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

 span { border-color: rgb(174,228,130); }

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