Html Css Color HEX #AEDA50 Conifer

📋 copy color: '#AEDA50'

red 174 ◦ green 218 ◦ blue 80

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

Shades of Conifer #AEDA50

Tints of Conifer #AEDA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.19%

 BLUE value IS 80 (31.64% from 255) = 16.95%

R = 36.86%
G = 46.19%
B = 16.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#AEDA50 (or 0xAEDA50) is known color: Conifer. HEX triplet: AE, DA and 50. RGB value is (174,218,80). Sum of RGB (Red+Green+Blue) = 174+218+80=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA50 is #5125AF. Grayscale: #BDBDBD. Windows color (decimal): -5318064 or 5298862. OLE color: 5298862.

HSL color Cylindrical-coordinate representation of color #AEDA50: hue angle of 79.13º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEDA50 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 80 -
CMYK 0.20 0 0.63 0.15
HSL 79.13º 0.65% 0.58% -
HSV(B) 79.13º 0.63% 0.85% -
XYZ 43.97 59.72 16.8 -
YUV 189.11 66.42 117.22 -
System Red Green Blue C M Y K H S L
Decimal 174 218 80 0.20 0 0.63 0.15 79.13 0.65 0.58
Hex AE DA 50 14 0 3F F 4F 41 3A
Octal 256 332 120 24 0 77 17 117 101 72
Binary 10101110 11011010 1010000 10100 0 111111 1111 1001111 1000001 111010

Color Harmonies of #AEDA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA50

Black with #AEDA50

Text Example


Text Example

White with #AEDA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA50; }

 p { color: rgb(174,218,80); }

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

background-color css

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

 a { background-color: rgb(174,218,80); }

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

border-color css

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

 span { border-color: rgb(174,218,80); }

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