Html Css Color HEX #9ADA41 Atlantis

📋 copy color: '#9ADA41'

red 154 ◦ green 218 ◦ blue 65

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

Shades of Atlantis #9ADA41

Tints of Atlantis #9ADA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.87%

R = 35.24%
G = 49.89%
B = 14.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#9ADA41 (or 0x9ADA41) is known color: Atlantis. HEX triplet: 9A, DA and 41. RGB value is (154,218,65). Sum of RGB (Red+Green+Blue) = 154+218+65=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADA41 is #6525BE. Grayscale: #B5B5B5. Windows color (decimal): -6628799 or 4315802. OLE color: 4315802.

HSL color Cylindrical-coordinate representation of color #9ADA41: hue angle of 85.1º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9ADA41 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 65 -
CMYK 0.29 0 0.70 0.15
HSL 85.1º 0.67% 0.55% -
HSV(B) 85.1º 0.7% 0.85% -
XYZ 39.35 57.39 14.01 -
YUV 181.42 62.3 108.44 -
System Red Green Blue C M Y K H S L
Decimal 154 218 65 0.29 0 0.70 0.15 85.1 0.67 0.55
Hex 9A DA 41 1D 0 46 F 55 43 37
Octal 232 332 101 35 0 106 17 125 103 67
Binary 10011010 11011010 1000001 11101 0 1000110 1111 1010101 1000011 110111

Color Harmonies of #9ADA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADA41

Black with #9ADA41

Text Example


Text Example

White with #9ADA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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