Html Css Color HEX #AEF07C Feijoa

📋 copy color: '#AEF07C'

red 174 ◦ green 240 ◦ blue 124

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

Shades of Feijoa #AEF07C

Tints of Feijoa #AEF07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.05%

R = 32.34%
G = 44.61%
B = 23.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#AEF07C (or 0xAEF07C) is known color: Feijoa. HEX triplet: AE, F0 and 7C. RGB value is (174,240,124). Sum of RGB (Red+Green+Blue) = 174+240+124=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF07C is #510F83. Grayscale: #CFCFCF. Windows color (decimal): -5312388 or 8188078. OLE color: 8188078.

HSL color Cylindrical-coordinate representation of color #AEF07C: hue angle of 94.14º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEF07C is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 124 -
CMYK 0.28 0 0.48 0.06
HSL 94.14º 0.79% 0.71% -
HSV(B) 94.14º 0.48% 0.94% -
XYZ 52.25 72.77 30.36 -
YUV 207.04 81.13 104.43 -
System Red Green Blue C M Y K H S L
Decimal 174 240 124 0.28 0 0.48 0.06 94.14 0.79 0.71
Hex AE F0 7C 1C 0 30 6 5E 4F 47
Octal 256 360 174 34 0 60 6 136 117 107
Binary 10101110 11110000 1111100 11100 0 110000 110 1011110 1001111 1000111

Color Harmonies of #AEF07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF07C

Black with #AEF07C

Text Example


Text Example

White with #AEF07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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