Html Css Color HEX #AED27D Feijoa

📋 copy color: '#AED27D'

red 174 ◦ green 210 ◦ blue 125

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

Shades of Feijoa #AED27D

Tints of Feijoa #AED27D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.26%

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

R = 34.18%
G = 41.26%
B = 24.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#AED27D (or 0xAED27D) is known color: Feijoa. HEX triplet: AE, D2 and 7D. RGB value is (174,210,125). Sum of RGB (Red+Green+Blue) = 174+210+125=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #AED27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED27D is #512D82. Grayscale: #BDBDBD. Windows color (decimal): -5320067 or 8245934. OLE color: 8245934.

HSL color Cylindrical-coordinate representation of color #AED27D: hue angle of 85.41º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED27D is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 125 -
CMYK 0.17 0 0.40 0.18
HSL 85.41º 0.49% 0.66% -
HSV(B) 85.41º 0.4% 0.82% -
XYZ 44.2 56.57 27.99 -
YUV 189.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 174 210 125 0.17 0 0.40 0.18 85.41 0.49 0.66
Hex AE D2 7D 11 0 28 12 55 31 42
Octal 256 322 175 21 0 50 22 125 61 102
Binary 10101110 11010010 1111101 10001 0 101000 10010 1010101 110001 1000010

Color Harmonies of #AED27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED27D

Black with #AED27D

Text Example


Text Example

White with #AED27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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