Html Css Color HEX #AED67D Feijoa

📋 copy color: '#AED67D'

red 174 ◦ green 214 ◦ blue 125

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

Shades of Feijoa #AED67D

Tints of Feijoa #AED67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.37%

R = 33.92%
G = 41.72%
B = 24.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#AED67D (or 0xAED67D) is known color: Feijoa. HEX triplet: AE, D6 and 7D. RGB value is (174,214,125). Sum of RGB (Red+Green+Blue) = 174+214+125=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #AED67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED67D is #512982. Grayscale: #C0C0C0. Windows color (decimal): -5319043 or 8246958. OLE color: 8246958.

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

Color convert

RGB 174 214 125 -
CMYK 0.19 0 0.42 0.16
HSL 86.97º 0.52% 0.66% -
HSV(B) 86.97º 0.42% 0.84% -
XYZ 45.2 58.57 28.33 -
YUV 191.89 90.25 115.24 -
System Red Green Blue C M Y K H S L
Decimal 174 214 125 0.19 0 0.42 0.16 86.97 0.52 0.66
Hex AE D6 7D 13 0 2A 10 57 34 42
Octal 256 326 175 23 0 52 20 127 64 102
Binary 10101110 11010110 1111101 10011 0 101010 10000 1010111 110100 1000010

Color Harmonies of #AED67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED67D

Black with #AED67D

Text Example


Text Example

White with #AED67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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