Html Css Color HEX #AED336 Atlantis

📋 copy color: '#AED336'

red 174 ◦ green 211 ◦ blue 54

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

Shades of Atlantis #AED336

Tints of Atlantis #AED336

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.06%

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

R = 39.64%
G = 48.06%
B = 12.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#AED336 (or 0xAED336) is known color: Atlantis. HEX triplet: AE, D3 and 36. RGB value is (174,211,54). Sum of RGB (Red+Green+Blue) = 174+211+54=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #AED336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED336 is #512CC9. Grayscale: #B6B6B6. Windows color (decimal): -5319882 or 3593134. OLE color: 3593134.

HSL color Cylindrical-coordinate representation of color #AED336: hue angle of 74.14º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AED336 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 54 -
CMYK 0.18 0 0.74 0.17
HSL 74.14º 0.64% 0.52% -
HSV(B) 74.14º 0.74% 0.83% -
XYZ 41.42 55.85 12.09 -
YUV 182.04 55.74 122.27 -
System Red Green Blue C M Y K H S L
Decimal 174 211 54 0.18 0 0.74 0.17 74.14 0.64 0.52
Hex AE D3 36 12 0 4A 11 4A 40 34
Octal 256 323 66 22 0 112 21 112 100 64
Binary 10101110 11010011 110110 10010 0 1001010 10001 1001010 1000000 110100

Color Harmonies of #AED336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED336

Black with #AED336

Text Example


Text Example

White with #AED336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED336; }

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

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

background-color css

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

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

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

border-color css

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

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

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