Html Css Color HEX #AEF28D Feijoa

📋 copy color: '#AEF28D'

red 174 ◦ green 242 ◦ blue 141

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

Shades of Feijoa #AEF28D

Tints of Feijoa #AEF28D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.45%

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

R = 31.24%
G = 43.45%
B = 25.31%

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

#AEF28D (or 0xAEF28D) is known color: Feijoa. HEX triplet: AE, F2 and 8D. RGB value is (174,242,141). Sum of RGB (Red+Green+Blue) = 174+242+141=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF28D is #510D72. Grayscale: #D2D2D2. Windows color (decimal): -5311859 or 9302702. OLE color: 9302702.

HSL color Cylindrical-coordinate representation of color #AEF28D: hue angle of 100.4º degrees, saturation: 0.8, 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 #AEF28D is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 242 141 -
CMYK 0.28 0 0.42 0.05
HSL 100.4º 0.8% 0.75% -
HSV(B) 100.4º 0.42% 0.95% -
XYZ 54.02 74.43 36.72 -
YUV 210.15 88.97 102.21 -
System Red Green Blue C M Y K H S L
Decimal 174 242 141 0.28 0 0.42 0.05 100.4 0.8 0.75
Hex AE F2 8D 1C 0 2A 5 64 50 4B
Octal 256 362 215 34 0 52 5 144 120 113
Binary 10101110 11110010 10001101 11100 0 101010 101 1100100 1010000 1001011

Color Harmonies of #AEF28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF28D

Black with #AEF28D

Text Example


Text Example

White with #AEF28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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