Html Css Color HEX #AED33D Atlantis

📋 copy color: '#AED33D'

red 174 ◦ green 211 ◦ blue 61

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

Shades of Atlantis #AED33D

Tints of Atlantis #AED33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.68%

R = 39.01%
G = 47.31%
B = 13.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#AED33D (or 0xAED33D) is known color: Atlantis. HEX triplet: AE, D3 and 3D. RGB value is (174,211,61). Sum of RGB (Red+Green+Blue) = 174+211+61=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #AED33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED33D is #512CC2. Grayscale: #B7B7B7. Windows color (decimal): -5319875 or 4051886. OLE color: 4051886.

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

Color convert

RGB 174 211 61 -
CMYK 0.18 0 0.71 0.17
HSL 74.8º 0.63% 0.53% -
HSV(B) 74.8º 0.71% 0.83% -
XYZ 41.59 55.92 13.02 -
YUV 182.84 59.24 121.7 -
System Red Green Blue C M Y K H S L
Decimal 174 211 61 0.18 0 0.71 0.17 74.8 0.63 0.53
Hex AE D3 3D 12 0 47 11 4B 3F 35
Octal 256 323 75 22 0 107 21 113 77 65
Binary 10101110 11010011 111101 10010 0 1000111 10001 1001011 111111 110101

Color Harmonies of #AED33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED33D

Black with #AED33D

Text Example


Text Example

White with #AED33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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