Html Css Color HEX #AEDA53 Conifer

📋 copy color: '#AEDA53'

red 174 ◦ green 218 ◦ blue 83

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

Shades of Conifer #AEDA53

Tints of Conifer #AEDA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.47%

R = 36.63%
G = 45.89%
B = 17.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#AEDA53 (or 0xAEDA53) is known color: Conifer. HEX triplet: AE, DA and 53. RGB value is (174,218,83). Sum of RGB (Red+Green+Blue) = 174+218+83=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA53 is #5125AC. Grayscale: #BDBDBD. Windows color (decimal): -5318061 or 5495470. OLE color: 5495470.

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

Color convert

RGB 174 218 83 -
CMYK 0.20 0 0.62 0.15
HSL 79.56º 0.65% 0.59% -
HSV(B) 79.56º 0.62% 0.85% -
XYZ 44.09 59.77 17.4 -
YUV 189.45 67.92 116.98 -
System Red Green Blue C M Y K H S L
Decimal 174 218 83 0.20 0 0.62 0.15 79.56 0.65 0.59
Hex AE DA 53 14 0 3E F 50 41 3B
Octal 256 332 123 24 0 76 17 120 101 73
Binary 10101110 11011010 1010011 10100 0 111110 1111 1010000 1000001 111011

Color Harmonies of #AEDA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA53

Black with #AEDA53

Text Example


Text Example

White with #AEDA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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