Html Css Color HEX #AED698 Feijoa

📋 copy color: '#AED698'

red 174 ◦ green 214 ◦ blue 152

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

Shades of Feijoa #AED698

Tints of Feijoa #AED698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.63%

 BLUE value IS 152 (59.77% from 255) = 28.15%

R = 32.22%
G = 39.63%
B = 28.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#AED698 (or 0xAED698) is known color: Feijoa. HEX triplet: AE, D6 and 98. RGB value is (174,214,152). Sum of RGB (Red+Green+Blue) = 174+214+152=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #AED698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED698 is #512967. Grayscale: #C3C3C3. Windows color (decimal): -5319016 or 10016430. OLE color: 10016430.

HSL color Cylindrical-coordinate representation of color #AED698: hue angle of 98.71º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AED698 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 152 -
CMYK 0.19 0 0.29 0.16
HSL 98.71º 0.43% 0.72% -
HSV(B) 98.71º 0.29% 0.84% -
XYZ 47.17 59.36 38.68 -
YUV 194.97 103.75 113.04 -
System Red Green Blue C M Y K H S L
Decimal 174 214 152 0.19 0 0.29 0.16 98.71 0.43 0.72
Hex AE D6 98 13 0 1D 10 63 2B 48
Octal 256 326 230 23 0 35 20 143 53 110
Binary 10101110 11010110 10011000 10011 0 11101 10000 1100011 101011 1001000

Color Harmonies of #AED698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED698

Black with #AED698

Text Example


Text Example

White with #AED698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED698; }

 p { color: rgb(174,214,152); }

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

background-color css

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

 a { background-color: rgb(174,214,152); }

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

border-color css

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

 span { border-color: rgb(174,214,152); }

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