Html Css Color HEX #AED33B Atlantis

📋 copy color: '#AED33B'

red 174 ◦ green 211 ◦ blue 59

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

Shades of Atlantis #AED33B

Tints of Atlantis #AED33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.29%

R = 39.19%
G = 47.52%
B = 13.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#AED33B (or 0xAED33B) is known color: Atlantis. HEX triplet: AE, D3 and 3B. RGB value is (174,211,59). Sum of RGB (Red+Green+Blue) = 174+211+59=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #AED33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED33B is #512CC4. Grayscale: #B7B7B7. Windows color (decimal): -5319877 or 3920814. OLE color: 3920814.

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

Color convert

RGB 174 211 59 -
CMYK 0.18 0 0.72 0.17
HSL 74.61º 0.63% 0.53% -
HSV(B) 74.61º 0.72% 0.83% -
XYZ 41.54 55.9 12.74 -
YUV 182.61 58.24 121.86 -
System Red Green Blue C M Y K H S L
Decimal 174 211 59 0.18 0 0.72 0.17 74.61 0.63 0.53
Hex AE D3 3B 12 0 48 11 4B 3F 35
Octal 256 323 73 22 0 110 21 113 77 65
Binary 10101110 11010011 111011 10010 0 1001000 10001 1001011 111111 110101

Color Harmonies of #AED33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED33B

Black with #AED33B

Text Example


Text Example

White with #AED33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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