Html Css Color HEX #AEE182 Feijoa

📋 copy color: '#AEE182'

red 174 ◦ green 225 ◦ blue 130

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

Shades of Feijoa #AEE182

Tints of Feijoa #AEE182

RGB

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

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

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

R = 32.89%
G = 42.53%
B = 24.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#AEE182 (or 0xAEE182) is known color: Feijoa. HEX triplet: AE, E1 and 82. RGB value is (174,225,130). Sum of RGB (Red+Green+Blue) = 174+225+130=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE182 is #511E7D. Grayscale: #C7C7C7. Windows color (decimal): -5316222 or 8577454. OLE color: 8577454.

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

Color convert

RGB 174 225 130 -
CMYK 0.23 0 0.42 0.12
HSL 92.21º 0.61% 0.7% -
HSV(B) 92.21º 0.42% 0.88% -
XYZ 48.41 64.46 31.01 -
YUV 198.92 89.1 110.22 -
System Red Green Blue C M Y K H S L
Decimal 174 225 130 0.23 0 0.42 0.12 92.21 0.61 0.7
Hex AE E1 82 17 0 2A C 5C 3D 46
Octal 256 341 202 27 0 52 14 134 75 106
Binary 10101110 11100001 10000010 10111 0 101010 1100 1011100 111101 1000110

Color Harmonies of #AEE182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE182

Black with #AEE182

Text Example


Text Example

White with #AEE182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE182; }

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

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

background-color css

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

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

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

border-color css

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

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

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