Html Css Color HEX #AED68D Feijoa

📋 copy color: '#AED68D'

red 174 ◦ green 214 ◦ blue 141

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

Shades of Feijoa #AED68D

Tints of Feijoa #AED68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.65%

R = 32.89%
G = 40.45%
B = 26.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#AED68D (or 0xAED68D) is known color: Feijoa. HEX triplet: AE, D6 and 8D. RGB value is (174,214,141). Sum of RGB (Red+Green+Blue) = 174+214+141=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #AED68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED68D is #512972. Grayscale: #C1C1C1. Windows color (decimal): -5319027 or 9295534. OLE color: 9295534.

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

Color convert

RGB 174 214 141 -
CMYK 0.19 0 0.34 0.16
HSL 92.88º 0.47% 0.7% -
HSV(B) 92.88º 0.34% 0.84% -
XYZ 46.31 59.01 34.15 -
YUV 193.72 98.25 113.94 -
System Red Green Blue C M Y K H S L
Decimal 174 214 141 0.19 0 0.34 0.16 92.88 0.47 0.7
Hex AE D6 8D 13 0 22 10 5D 2F 46
Octal 256 326 215 23 0 42 20 135 57 106
Binary 10101110 11010110 10001101 10011 0 100010 10000 1011101 101111 1000110

Color Harmonies of #AED68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED68D

Black with #AED68D

Text Example


Text Example

White with #AED68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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