Html Css Color HEX #AADF3C Atlantis

📋 copy color: '#AADF3C'

red 170 ◦ green 223 ◦ blue 60

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

Shades of Atlantis #AADF3C

Tints of Atlantis #AADF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.25%

R = 37.53%
G = 49.23%
B = 13.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#AADF3C (or 0xAADF3C) is known color: Atlantis. HEX triplet: AA, DF and 3C. RGB value is (170,223,60). Sum of RGB (Red+Green+Blue) = 170+223+60=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF3C is #5520C3. Grayscale: #BDBDBD. Windows color (decimal): -5578948 or 3989418. OLE color: 3989418.

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

Color convert

RGB 170 223 60 -
CMYK 0.24 0 0.73 0.13
HSL 79.51º 0.72% 0.55% -
HSV(B) 79.51º 0.73% 0.87% -
XYZ 43.78 61.65 13.87 -
YUV 188.57 55.44 114.75 -
System Red Green Blue C M Y K H S L
Decimal 170 223 60 0.24 0 0.73 0.13 79.51 0.72 0.55
Hex AA DF 3C 18 0 49 D 50 48 37
Octal 252 337 74 30 0 111 15 120 110 67
Binary 10101010 11011111 111100 11000 0 1001001 1101 1010000 1001000 110111

Color Harmonies of #AADF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF3C

Black with #AADF3C

Text Example


Text Example

White with #AADF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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