Html Css Color HEX #9ADA3A Atlantis

📋 copy color: '#9ADA3A'

red 154 ◦ green 218 ◦ blue 58

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

Shades of Atlantis #9ADA3A

Tints of Atlantis #9ADA3A

RGB

 RED value IS 154 (60.55% from 255) = 35.81%

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

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

R = 35.81%
G = 50.7%
B = 13.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#9ADA3A (or 0x9ADA3A) is known color: Atlantis. HEX triplet: 9A, DA and 3A. RGB value is (154,218,58). Sum of RGB (Red+Green+Blue) = 154+218+58=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADA3A is #6525C5. Grayscale: #B5B5B5. Windows color (decimal): -6628806 or 3857050. OLE color: 3857050.

HSL color Cylindrical-coordinate representation of color #9ADA3A: hue angle of 84º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9ADA3A is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 58 -
CMYK 0.29 0 0.73 0.15
HSL 84º 0.68% 0.54% -
HSV(B) 84º 0.73% 0.85% -
XYZ 39.16 57.32 13 -
YUV 180.62 58.8 109.01 -
System Red Green Blue C M Y K H S L
Decimal 154 218 58 0.29 0 0.73 0.15 84 0.68 0.54
Hex 9A DA 3A 1D 0 49 F 54 44 36
Octal 232 332 72 35 0 111 17 124 104 66
Binary 10011010 11011010 111010 11101 0 1001001 1111 1010100 1000100 110110

Color Harmonies of #9ADA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADA3A

Black with #9ADA3A

Text Example


Text Example

White with #9ADA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ADA3A; }

 p { color: rgb(154,218,58); }

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

background-color css

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

 a { background-color: rgb(154,218,58); }

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

border-color css

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

 span { border-color: rgb(154,218,58); }

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