Html Css Color HEX #AEE674 Feijoa

📋 copy color: '#AEE674'

red 174 ◦ green 230 ◦ blue 116

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

Shades of Feijoa #AEE674

Tints of Feijoa #AEE674

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.23%

 BLUE value IS 116 (45.7% from 255) = 22.31%

R = 33.46%
G = 44.23%
B = 22.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#AEE674 (or 0xAEE674) is known color: Feijoa. HEX triplet: AE, E6 and 74. RGB value is (174,230,116). Sum of RGB (Red+Green+Blue) = 174+230+116=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE674 is #51198B. Grayscale: #C8C8C8. Windows color (decimal): -5314956 or 7661230. OLE color: 7661230.

HSL color Cylindrical-coordinate representation of color #AEE674: hue angle of 89.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEE674 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 230 116 -
CMYK 0.24 0 0.50 0.10
HSL 89.47º 0.7% 0.68% -
HSV(B) 89.47º 0.5% 0.9% -
XYZ 48.9 66.85 26.85 -
YUV 200.26 80.45 109.27 -
System Red Green Blue C M Y K H S L
Decimal 174 230 116 0.24 0 0.50 0.10 89.47 0.7 0.68
Hex AE E6 74 18 0 32 A 59 46 44
Octal 256 346 164 30 0 62 12 131 106 104
Binary 10101110 11100110 1110100 11000 0 110010 1010 1011001 1000110 1000100

Color Harmonies of #AEE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE674

Black with #AEE674

Text Example


Text Example

White with #AEE674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE674; }

 p { color: rgb(174,230,116); }

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

background-color css

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

 a { background-color: rgb(174,230,116); }

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

border-color css

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

 span { border-color: rgb(174,230,116); }

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