Html Css Color HEX #AADF3A Atlantis

📋 copy color: '#AADF3A'

red 170 ◦ green 223 ◦ blue 58

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

Shades of Atlantis #AADF3A

Tints of Atlantis #AADF3A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.45%

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

R = 37.69%
G = 49.45%
B = 12.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#AADF3A (or 0xAADF3A) is known color: Atlantis. HEX triplet: AA, DF and 3A. RGB value is (170,223,58). Sum of RGB (Red+Green+Blue) = 170+223+58=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF3A is #5520C5. Grayscale: #BCBCBC. Windows color (decimal): -5578950 or 3858346. OLE color: 3858346.

HSL color Cylindrical-coordinate representation of color #AADF3A: hue angle of 79.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AADF3A is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 58 -
CMYK 0.24 0 0.74 0.13
HSL 79.27º 0.72% 0.55% -
HSV(B) 79.27º 0.74% 0.87% -
XYZ 43.73 61.63 13.59 -
YUV 188.34 54.44 114.92 -
System Red Green Blue C M Y K H S L
Decimal 170 223 58 0.24 0 0.74 0.13 79.27 0.72 0.55
Hex AA DF 3A 18 0 4A D 4F 48 37
Octal 252 337 72 30 0 112 15 117 110 67
Binary 10101010 11011111 111010 11000 0 1001010 1101 1001111 1001000 110111

Color Harmonies of #AADF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF3A

Black with #AADF3A

Text Example


Text Example

White with #AADF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF3A; }

 p { color: rgb(170,223,58); }

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

background-color css

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

 a { background-color: rgb(170,223,58); }

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

border-color css

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

 span { border-color: rgb(170,223,58); }

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