Html Css Color HEX #AED77B Feijoa

📋 copy color: '#AED77B'

red 174 ◦ green 215 ◦ blue 123

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

Shades of Feijoa #AED77B

Tints of Feijoa #AED77B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.02%

R = 33.98%
G = 41.99%
B = 24.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#AED77B (or 0xAED77B) is known color: Feijoa. HEX triplet: AE, D7 and 7B. RGB value is (174,215,123). Sum of RGB (Red+Green+Blue) = 174+215+123=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #AED77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED77B is #512884. Grayscale: #C0C0C0. Windows color (decimal): -5318789 or 8116142. OLE color: 8116142.

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

Color convert

RGB 174 215 123 -
CMYK 0.19 0 0.43 0.16
HSL 86.74º 0.53% 0.66% -
HSV(B) 86.74º 0.43% 0.84% -
XYZ 45.33 59.03 27.74 -
YUV 192.25 88.92 114.98 -
System Red Green Blue C M Y K H S L
Decimal 174 215 123 0.19 0 0.43 0.16 86.74 0.53 0.66
Hex AE D7 7B 13 0 2B 10 57 35 42
Octal 256 327 173 23 0 53 20 127 65 102
Binary 10101110 11010111 1111011 10011 0 101011 10000 1010111 110101 1000010

Color Harmonies of #AED77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED77B

Black with #AED77B

Text Example


Text Example

White with #AED77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED77B; }

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

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

background-color css

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

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

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

border-color css

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

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

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