Html Css Color HEX #AEF87D Feijoa

📋 copy color: '#AEF87D'

red 174 ◦ green 248 ◦ blue 125

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

Shades of Feijoa #AEF87D

Tints of Feijoa #AEF87D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.34%

 BLUE value IS 125 (49.22% from 255) = 22.85%

R = 31.81%
G = 45.34%
B = 22.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#AEF87D (or 0xAEF87D) is known color: Feijoa. HEX triplet: AE, F8 and 7D. RGB value is (174,248,125). Sum of RGB (Red+Green+Blue) = 174+248+125=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF87D is #510782. Grayscale: #D4D4D4. Windows color (decimal): -5310339 or 8255662. OLE color: 8255662.

HSL color Cylindrical-coordinate representation of color #AEF87D: hue angle of 96.1º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEF87D is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 248 125 -
CMYK 0.30 0 0.50 0.03
HSL 96.1º 0.9% 0.73% -
HSV(B) 96.1º 0.5% 0.97% -
XYZ 54.72 77.61 31.5 -
YUV 211.85 78.98 101 -
System Red Green Blue C M Y K H S L
Decimal 174 248 125 0.30 0 0.50 0.03 96.1 0.9 0.73
Hex AE F8 7D 1E 0 32 3 60 5A 49
Octal 256 370 175 36 0 62 3 140 132 111
Binary 10101110 11111000 1111101 11110 0 110010 11 1100000 1011010 1001001

Color Harmonies of #AEF87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF87D

Black with #AEF87D

Text Example


Text Example

White with #AEF87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF87D; }

 p { color: rgb(174,248,125); }

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

background-color css

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

 a { background-color: rgb(174,248,125); }

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

border-color css

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

 span { border-color: rgb(174,248,125); }

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