Html Css Color HEX #AEF67A Feijoa

📋 copy color: '#AEF67A'

red 174 ◦ green 246 ◦ blue 122

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

Shades of Feijoa #AEF67A

Tints of Feijoa #AEF67A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.39%

 BLUE value IS 122 (48.05% from 255) = 22.51%

R = 32.1%
G = 45.39%
B = 22.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#AEF67A (or 0xAEF67A) is known color: Feijoa. HEX triplet: AE, F6 and 7A. RGB value is (174,246,122). Sum of RGB (Red+Green+Blue) = 174+246+122=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF67A is #510985. Grayscale: #D2D2D2. Windows color (decimal): -5310854 or 8058542. OLE color: 8058542.

HSL color Cylindrical-coordinate representation of color #AEF67A: hue angle of 94.84º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEF67A is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 246 122 -
CMYK 0.29 0 0.50 0.04
HSL 94.84º 0.87% 0.72% -
HSV(B) 94.84º 0.5% 0.96% -
XYZ 53.92 76.32 30.3 -
YUV 210.34 78.15 102.08 -
System Red Green Blue C M Y K H S L
Decimal 174 246 122 0.29 0 0.50 0.04 94.84 0.87 0.72
Hex AE F6 7A 1D 0 32 4 5F 57 48
Octal 256 366 172 35 0 62 4 137 127 110
Binary 10101110 11110110 1111010 11101 0 110010 100 1011111 1010111 1001000

Color Harmonies of #AEF67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF67A

Black with #AEF67A

Text Example


Text Example

White with #AEF67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF67A; }

 p { color: rgb(174,246,122); }

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

background-color css

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

 a { background-color: rgb(174,246,122); }

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

border-color css

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

 span { border-color: rgb(174,246,122); }

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