Html Css Color HEX #AEF57F Feijoa

📋 copy color: '#AEF57F'

red 174 ◦ green 245 ◦ blue 127

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

Shades of Feijoa #AEF57F

Tints of Feijoa #AEF57F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.87%

 BLUE value IS 127 (50% from 255) = 23.26%

R = 31.87%
G = 44.87%
B = 23.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#AEF57F (or 0xAEF57F) is known color: Feijoa. HEX triplet: AE, F5 and 7F. RGB value is (174,245,127). Sum of RGB (Red+Green+Blue) = 174+245+127=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF57F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF57F is #510A80. Grayscale: #D2D2D2. Windows color (decimal): -5311105 or 8385966. OLE color: 8385966.

HSL color Cylindrical-coordinate representation of color #AEF57F: hue angle of 96.1º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEF57F is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 245 127 -
CMYK 0.29 0 0.48 0.04
HSL 96.1º 0.86% 0.73% -
HSV(B) 96.1º 0.48% 0.96% -
XYZ 53.94 75.84 31.87 -
YUV 210.32 80.98 102.09 -
System Red Green Blue C M Y K H S L
Decimal 174 245 127 0.29 0 0.48 0.04 96.1 0.86 0.73
Hex AE F5 7F 1D 0 30 4 60 56 49
Octal 256 365 177 35 0 60 4 140 126 111
Binary 10101110 11110101 1111111 11101 0 110000 100 1100000 1010110 1001001

Color Harmonies of #AEF57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF57F

Black with #AEF57F

Text Example


Text Example

White with #AEF57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF57F; }

 p { color: rgb(174,245,127); }

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

background-color css

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

 a { background-color: rgb(174,245,127); }

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

border-color css

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

 span { border-color: rgb(174,245,127); }

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