Html Css Color HEX #AED68F Feijoa

📋 copy color: '#AED68F'

red 174 ◦ green 214 ◦ blue 143

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

Shades of Feijoa #AED68F

Tints of Feijoa #AED68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.93%

R = 32.77%
G = 40.3%
B = 26.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#AED68F (or 0xAED68F) is known color: Feijoa. HEX triplet: AE, D6 and 8F. RGB value is (174,214,143). Sum of RGB (Red+Green+Blue) = 174+214+143=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #AED68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED68F is #512970. Grayscale: #C2C2C2. Windows color (decimal): -5319025 or 9426606. OLE color: 9426606.

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

Color convert

RGB 174 214 143 -
CMYK 0.19 0 0.33 0.16
HSL 93.8º 0.46% 0.7% -
HSV(B) 93.8º 0.33% 0.84% -
XYZ 46.46 59.07 34.94 -
YUV 193.95 99.25 113.77 -
System Red Green Blue C M Y K H S L
Decimal 174 214 143 0.19 0 0.33 0.16 93.8 0.46 0.7
Hex AE D6 8F 13 0 21 10 5E 2E 46
Octal 256 326 217 23 0 41 20 136 56 106
Binary 10101110 11010110 10001111 10011 0 100001 10000 1011110 101110 1000110

Color Harmonies of #AED68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED68F

Black with #AED68F

Text Example


Text Example

White with #AED68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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