Html Css Color HEX #AEEF8E Feijoa

📋 copy color: '#AEEF8E'

red 174 ◦ green 239 ◦ blue 142

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

Shades of Feijoa #AEEF8E

Tints of Feijoa #AEEF8E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.06%

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

R = 31.35%
G = 43.06%
B = 25.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#AEEF8E (or 0xAEEF8E) is known color: Feijoa. HEX triplet: AE, EF and 8E. RGB value is (174,239,142). Sum of RGB (Red+Green+Blue) = 174+239+142=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEF8E is #511071. Grayscale: #D0D0D0. Windows color (decimal): -5312626 or 9367470. OLE color: 9367470.

HSL color Cylindrical-coordinate representation of color #AEEF8E: hue angle of 100.21º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEEF8E is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 239 142 -
CMYK 0.27 0 0.41 0.06
HSL 100.21º 0.75% 0.75% -
HSV(B) 100.21º 0.41% 0.94% -
XYZ 53.2 72.68 36.82 -
YUV 208.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 174 239 142 0.27 0 0.41 0.06 100.21 0.75 0.75
Hex AE EF 8E 1B 0 29 6 64 4B 4B
Octal 256 357 216 33 0 51 6 144 113 113
Binary 10101110 11101111 10001110 11011 0 101001 110 1100100 1001011 1001011

Color Harmonies of #AEEF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEF8E

Black with #AEEF8E

Text Example


Text Example

White with #AEEF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEF8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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