Html Css Color HEX #AEF18B Feijoa

📋 copy color: '#AEF18B'

red 174 ◦ green 241 ◦ blue 139

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

Shades of Feijoa #AEF18B

Tints of Feijoa #AEF18B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.5%

 BLUE value IS 139 (54.69% from 255) = 25.09%

R = 31.41%
G = 43.5%
B = 25.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#AEF18B (or 0xAEF18B) is known color: Feijoa. HEX triplet: AE, F1 and 8B. RGB value is (174,241,139). Sum of RGB (Red+Green+Blue) = 174+241+139=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF18B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF18B is #510E74. Grayscale: #D1D1D1. Windows color (decimal): -5312117 or 9171374. OLE color: 9171374.

HSL color Cylindrical-coordinate representation of color #AEF18B: hue angle of 99.41º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEF18B is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 241 139 -
CMYK 0.28 0 0.42 0.05
HSL 99.41º 0.78% 0.75% -
HSV(B) 99.41º 0.42% 0.95% -
XYZ 53.57 73.77 35.84 -
YUV 209.34 88.3 102.79 -
System Red Green Blue C M Y K H S L
Decimal 174 241 139 0.28 0 0.42 0.05 99.41 0.78 0.75
Hex AE F1 8B 1C 0 2A 5 63 4E 4B
Octal 256 361 213 34 0 52 5 143 116 113
Binary 10101110 11110001 10001011 11100 0 101010 101 1100011 1001110 1001011

Color Harmonies of #AEF18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF18B

Black with #AEF18B

Text Example


Text Example

White with #AEF18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF18B; }

 p { color: rgb(174,241,139); }

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

background-color css

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

 a { background-color: rgb(174,241,139); }

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

border-color css

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

 span { border-color: rgb(174,241,139); }

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