Html Css Color HEX #AED33A Atlantis

📋 copy color: '#AED33A'

red 174 ◦ green 211 ◦ blue 58

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

Shades of Atlantis #AED33A

Tints of Atlantis #AED33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.09%

R = 39.28%
G = 47.63%
B = 13.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#AED33A (or 0xAED33A) is known color: Atlantis. HEX triplet: AE, D3 and 3A. RGB value is (174,211,58). Sum of RGB (Red+Green+Blue) = 174+211+58=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #AED33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED33A is #512CC5. Grayscale: #B7B7B7. Windows color (decimal): -5319878 or 3855278. OLE color: 3855278.

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

Color convert

RGB 174 211 58 -
CMYK 0.18 0 0.73 0.17
HSL 74.51º 0.63% 0.53% -
HSV(B) 74.51º 0.73% 0.83% -
XYZ 41.51 55.89 12.6 -
YUV 182.5 57.74 121.94 -
System Red Green Blue C M Y K H S L
Decimal 174 211 58 0.18 0 0.73 0.17 74.51 0.63 0.53
Hex AE D3 3A 12 0 49 11 4B 3F 35
Octal 256 323 72 22 0 111 21 113 77 65
Binary 10101110 11010011 111010 10010 0 1001001 10001 1001011 111111 110101

Color Harmonies of #AED33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED33A

Black with #AED33A

Text Example


Text Example

White with #AED33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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