Html Css Color HEX #AEDA54 Conifer

📋 copy color: '#AEDA54'

red 174 ◦ green 218 ◦ blue 84

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

Shades of Conifer #AEDA54

Tints of Conifer #AEDA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.65%

R = 36.55%
G = 45.8%
B = 17.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#AEDA54 (or 0xAEDA54) is known color: Conifer. HEX triplet: AE, DA and 54. RGB value is (174,218,84). Sum of RGB (Red+Green+Blue) = 174+218+84=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA54 is #5125AB. Grayscale: #BEBEBE. Windows color (decimal): -5318060 or 5561006. OLE color: 5561006.

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

Color convert

RGB 174 218 84 -
CMYK 0.20 0 0.61 0.15
HSL 79.7º 0.64% 0.59% -
HSV(B) 79.7º 0.61% 0.85% -
XYZ 44.13 59.78 17.6 -
YUV 189.57 68.42 116.9 -
System Red Green Blue C M Y K H S L
Decimal 174 218 84 0.20 0 0.61 0.15 79.7 0.64 0.59
Hex AE DA 54 14 0 3D F 50 40 3B
Octal 256 332 124 24 0 75 17 120 100 73
Binary 10101110 11011010 1010100 10100 0 111101 1111 1010000 1000000 111011

Color Harmonies of #AEDA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA54

Black with #AEDA54

Text Example


Text Example

White with #AEDA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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