Html Css Color HEX #AED836 Atlantis

📋 copy color: '#AED836'

red 174 ◦ green 216 ◦ blue 54

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

Shades of Atlantis #AED836

Tints of Atlantis #AED836

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.65%

 BLUE value IS 54 (21.48% from 255) = 12.16%

R = 39.19%
G = 48.65%
B = 12.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#AED836 (or 0xAED836) is known color: Atlantis. HEX triplet: AE, D8 and 36. RGB value is (174,216,54). Sum of RGB (Red+Green+Blue) = 174+216+54=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #AED836 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED836 is #5127C9. Grayscale: #B9B9B9. Windows color (decimal): -5318602 or 3594414. OLE color: 3594414.

HSL color Cylindrical-coordinate representation of color #AED836: hue angle of 75.56º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AED836 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 54 -
CMYK 0.19 0 0.75 0.15
HSL 75.56º 0.68% 0.53% -
HSV(B) 75.56º 0.75% 0.85% -
XYZ 42.68 58.38 12.51 -
YUV 184.97 54.09 120.17 -
System Red Green Blue C M Y K H S L
Decimal 174 216 54 0.19 0 0.75 0.15 75.56 0.68 0.53
Hex AE D8 36 13 0 4B F 4C 44 35
Octal 256 330 66 23 0 113 17 114 104 65
Binary 10101110 11011000 110110 10011 0 1001011 1111 1001100 1000100 110101

Color Harmonies of #AED836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED836

Black with #AED836

Text Example


Text Example

White with #AED836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED836; }

 p { color: rgb(174,216,54); }

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

background-color css

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

 a { background-color: rgb(174,216,54); }

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

border-color css

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

 span { border-color: rgb(174,216,54); }

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