Html Css Color HEX #AEDC52 Conifer

📋 copy color: '#AEDC52'

red 174 ◦ green 220 ◦ blue 82

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

Shades of Conifer #AEDC52

Tints of Conifer #AEDC52

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.22%

 BLUE value IS 82 (32.42% from 255) = 17.23%

R = 36.55%
G = 46.22%
B = 17.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#AEDC52 (or 0xAEDC52) is known color: Conifer. HEX triplet: AE, DC and 52. RGB value is (174,220,82). Sum of RGB (Red+Green+Blue) = 174+220+82=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC52 is #5123AD. Grayscale: #BFBFBF. Windows color (decimal): -5317550 or 5430446. OLE color: 5430446.

HSL color Cylindrical-coordinate representation of color #AEDC52: hue angle of 80º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEDC52 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 82 -
CMYK 0.21 0 0.63 0.14
HSL 80º 0.66% 0.59% -
HSV(B) 80º 0.63% 0.86% -
XYZ 44.57 60.79 17.37 -
YUV 190.51 66.76 116.22 -
System Red Green Blue C M Y K H S L
Decimal 174 220 82 0.21 0 0.63 0.14 80 0.66 0.59
Hex AE DC 52 15 0 3F E 50 42 3B
Octal 256 334 122 25 0 77 16 120 102 73
Binary 10101110 11011100 1010010 10101 0 111111 1110 1010000 1000010 111011

Color Harmonies of #AEDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC52

Black with #AEDC52

Text Example


Text Example

White with #AEDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC52; }

 p { color: rgb(174,220,82); }

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

background-color css

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

 a { background-color: rgb(174,220,82); }

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

border-color css

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

 span { border-color: rgb(174,220,82); }

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