Html Css Color HEX #AADA34 Atlantis

📋 copy color: '#AADA34'

red 170 ◦ green 218 ◦ blue 52

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

Shades of Atlantis #AADA34

Tints of Atlantis #AADA34

RGB

 RED value IS 170 (66.8% from 255) = 38.64%

 GREEN value IS 218 (85.55% from 255) = 49.55%

 BLUE value IS 52 (20.7% from 255) = 11.82%

R = 38.64%
G = 49.55%
B = 11.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#AADA34 (or 0xAADA34) is known color: Atlantis. HEX triplet: AA, DA and 34. RGB value is (170,218,52). Sum of RGB (Red+Green+Blue) = 170+218+52=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA34 is #5525CB. Grayscale: #B9B9B9. Windows color (decimal): -5580236 or 3463850. OLE color: 3463850.

HSL color Cylindrical-coordinate representation of color #AADA34: hue angle of 77.35º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AADA34 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 52 -
CMYK 0.22 0 0.76 0.15
HSL 77.35º 0.69% 0.53% -
HSV(B) 77.35º 0.76% 0.85% -
XYZ 42.27 58.94 12.4 -
YUV 184.72 53.1 117.5 -
System Red Green Blue C M Y K H S L
Decimal 170 218 52 0.22 0 0.76 0.15 77.35 0.69 0.53
Hex AA DA 34 16 0 4C F 4D 45 35
Octal 252 332 64 26 0 114 17 115 105 65
Binary 10101010 11011010 110100 10110 0 1001100 1111 1001101 1000101 110101

Color Harmonies of #AADA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA34

Black with #AADA34

Text Example


Text Example

White with #AADA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA34; }

 p { color: rgb(170,218,52); }

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

background-color css

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

 a { background-color: rgb(170,218,52); }

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

border-color css

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

 span { border-color: rgb(170,218,52); }

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