Html Css Color HEX #AEEB74 Feijoa

📋 copy color: '#AEEB74'

red 174 ◦ green 235 ◦ blue 116

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

Shades of Feijoa #AEEB74

Tints of Feijoa #AEEB74

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.76%

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

R = 33.14%
G = 44.76%
B = 22.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#AEEB74 (or 0xAEEB74) is known color: Feijoa. HEX triplet: AE, EB and 74. RGB value is (174,235,116). Sum of RGB (Red+Green+Blue) = 174+235+116=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEB74 is #51148B. Grayscale: #CBCBCB. Windows color (decimal): -5313676 or 7662510. OLE color: 7662510.

HSL color Cylindrical-coordinate representation of color #AEEB74: hue angle of 90.76º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEEB74 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 116 -
CMYK 0.26 0 0.51 0.08
HSL 90.76º 0.75% 0.69% -
HSV(B) 90.76º 0.51% 0.92% -
XYZ 50.32 69.68 27.32 -
YUV 203.2 78.79 107.18 -
System Red Green Blue C M Y K H S L
Decimal 174 235 116 0.26 0 0.51 0.08 90.76 0.75 0.69
Hex AE EB 74 1A 0 33 8 5B 4B 45
Octal 256 353 164 32 0 63 10 133 113 105
Binary 10101110 11101011 1110100 11010 0 110011 1000 1011011 1001011 1000101

Color Harmonies of #AEEB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEB74

Black with #AEEB74

Text Example


Text Example

White with #AEEB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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