Html Css Color HEX #AEF08D Feijoa

📋 copy color: '#AEF08D'

red 174 ◦ green 240 ◦ blue 141

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

Shades of Feijoa #AEF08D

Tints of Feijoa #AEF08D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.24%

 BLUE value IS 141 (55.47% from 255) = 25.41%

R = 31.35%
G = 43.24%
B = 25.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#AEF08D (or 0xAEF08D) is known color: Feijoa. HEX triplet: AE, F0 and 8D. RGB value is (174,240,141). Sum of RGB (Red+Green+Blue) = 174+240+141=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF08D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF08D is #510F72. Grayscale: #D1D1D1. Windows color (decimal): -5312371 or 9302190. OLE color: 9302190.

HSL color Cylindrical-coordinate representation of color #AEF08D: hue angle of 100º degrees, saturation: 0.77, 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 #AEF08D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 141 -
CMYK 0.28 0 0.41 0.06
HSL 100º 0.77% 0.75% -
HSV(B) 100º 0.41% 0.94% -
XYZ 53.42 73.24 36.52 -
YUV 208.98 89.63 103.05 -
System Red Green Blue C M Y K H S L
Decimal 174 240 141 0.28 0 0.41 0.06 100 0.77 0.75
Hex AE F0 8D 1C 0 29 6 64 4D 4B
Octal 256 360 215 34 0 51 6 144 115 113
Binary 10101110 11110000 10001101 11100 0 101001 110 1100100 1001101 1001011

Color Harmonies of #AEF08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF08D

Black with #AEF08D

Text Example


Text Example

White with #AEF08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF08D; }

 p { color: rgb(174,240,141); }

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

background-color css

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

 a { background-color: rgb(174,240,141); }

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

border-color css

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

 span { border-color: rgb(174,240,141); }

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