Html Css Color HEX #AED78B Feijoa

📋 copy color: '#AED78B'

red 174 ◦ green 215 ◦ blue 139

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

Shades of Feijoa #AED78B

Tints of Feijoa #AED78B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.72%

 BLUE value IS 139 (54.69% from 255) = 26.33%

R = 32.95%
G = 40.72%
B = 26.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#AED78B (or 0xAED78B) is known color: Feijoa. HEX triplet: AE, D7 and 8B. RGB value is (174,215,139). Sum of RGB (Red+Green+Blue) = 174+215+139=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #AED78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED78B is #512874. Grayscale: #C2C2C2. Windows color (decimal): -5318773 or 9164718. OLE color: 9164718.

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

Color convert

RGB 174 215 139 -
CMYK 0.19 0 0.35 0.16
HSL 92.37º 0.49% 0.69% -
HSV(B) 92.37º 0.35% 0.84% -
XYZ 46.42 59.46 33.46 -
YUV 194.08 96.92 113.68 -
System Red Green Blue C M Y K H S L
Decimal 174 215 139 0.19 0 0.35 0.16 92.37 0.49 0.69
Hex AE D7 8B 13 0 23 10 5C 31 45
Octal 256 327 213 23 0 43 20 134 61 105
Binary 10101110 11010111 10001011 10011 0 100011 10000 1011100 110001 1000101

Color Harmonies of #AED78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED78B

Black with #AED78B

Text Example


Text Example

White with #AED78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED78B; }

 p { color: rgb(174,215,139); }

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

background-color css

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

 a { background-color: rgb(174,215,139); }

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

border-color css

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

 span { border-color: rgb(174,215,139); }

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