Html Css Color HEX #AED295 Feijoa

📋 copy color: '#AED295'

red 174 ◦ green 210 ◦ blue 149

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

Shades of Feijoa #AED295

Tints of Feijoa #AED295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.4%

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 32.65%
G = 39.4%
B = 27.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#AED295 (or 0xAED295) is known color: Feijoa. HEX triplet: AE, D2 and 95. RGB value is (174,210,149). Sum of RGB (Red+Green+Blue) = 174+210+149=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #AED295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED295 is #512D6A. Grayscale: #C0C0C0. Windows color (decimal): -5320043 or 9818798. OLE color: 9818798.

HSL color Cylindrical-coordinate representation of color #AED295: hue angle of 95.41º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AED295 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 149 -
CMYK 0.17 0 0.29 0.18
HSL 95.41º 0.4% 0.7% -
HSV(B) 95.41º 0.29% 0.82% -
XYZ 45.93 57.26 37.07 -
YUV 192.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 174 210 149 0.17 0 0.29 0.18 95.41 0.4 0.7
Hex AE D2 95 11 0 1D 12 5F 28 46
Octal 256 322 225 21 0 35 22 137 50 106
Binary 10101110 11010010 10010101 10001 0 11101 10010 1011111 101000 1000110

Color Harmonies of #AED295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED295

Black with #AED295

Text Example


Text Example

White with #AED295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED295; }

 p { color: rgb(174,210,149); }

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

background-color css

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

 a { background-color: rgb(174,210,149); }

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

border-color css

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

 span { border-color: rgb(174,210,149); }

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