Html Css Color HEX #AEE18E Feijoa

📋 copy color: '#AEE18E'

red 174 ◦ green 225 ◦ blue 142

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

Shades of Feijoa #AEE18E

Tints of Feijoa #AEE18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.25%

R = 32.16%
G = 41.59%
B = 26.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#AEE18E (or 0xAEE18E) is known color: Feijoa. HEX triplet: AE, E1 and 8E. RGB value is (174,225,142). Sum of RGB (Red+Green+Blue) = 174+225+142=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE18E is #511E71. Grayscale: #C8C8C8. Windows color (decimal): -5316210 or 9363886. OLE color: 9363886.

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

Color convert

RGB 174 225 142 -
CMYK 0.23 0 0.37 0.12
HSL 96.87º 0.58% 0.72% -
HSV(B) 96.87º 0.37% 0.88% -
XYZ 49.26 64.8 35.5 -
YUV 200.29 95.1 109.25 -
System Red Green Blue C M Y K H S L
Decimal 174 225 142 0.23 0 0.37 0.12 96.87 0.58 0.72
Hex AE E1 8E 17 0 25 C 61 3A 48
Octal 256 341 216 27 0 45 14 141 72 110
Binary 10101110 11100001 10001110 10111 0 100101 1100 1100001 111010 1001000

Color Harmonies of #AEE18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE18E

Black with #AEE18E

Text Example


Text Example

White with #AEE18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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