Html Css Color HEX #AED136 Atlantis

📋 copy color: '#AED136'

red 174 ◦ green 209 ◦ blue 54

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

Shades of Atlantis #AED136

Tints of Atlantis #AED136

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.83%

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

R = 39.82%
G = 47.83%
B = 12.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#AED136 (or 0xAED136) is known color: Atlantis. HEX triplet: AE, D1 and 36. RGB value is (174,209,54). Sum of RGB (Red+Green+Blue) = 174+209+54=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #AED136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED136 is #512EC9. Grayscale: #B5B5B5. Windows color (decimal): -5320394 or 3592622. OLE color: 3592622.

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

Color convert

RGB 174 209 54 -
CMYK 0.17 0 0.74 0.18
HSL 73.55º 0.63% 0.52% -
HSV(B) 73.55º 0.74% 0.82% -
XYZ 40.92 54.87 11.92 -
YUV 180.87 56.4 123.1 -
System Red Green Blue C M Y K H S L
Decimal 174 209 54 0.17 0 0.74 0.18 73.55 0.63 0.52
Hex AE D1 36 11 0 4A 12 4A 3F 34
Octal 256 321 66 21 0 112 22 112 77 64
Binary 10101110 11010001 110110 10001 0 1001010 10010 1001010 111111 110100

Color Harmonies of #AED136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED136

Black with #AED136

Text Example


Text Example

White with #AED136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED136; }

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

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

background-color css

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

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

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

border-color css

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

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

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