Html Css Color HEX #9ADB50 Atlantis

📋 copy color: '#9ADB50'

red 154 ◦ green 219 ◦ blue 80

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

Shades of Atlantis #9ADB50

Tints of Atlantis #9ADB50

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.34%

 BLUE value IS 80 (31.64% from 255) = 17.66%

R = 34%
G = 48.34%
B = 17.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#9ADB50 (or 0x9ADB50) is known color: Atlantis. HEX triplet: 9A, DB and 50. RGB value is (154,219,80). Sum of RGB (Red+Green+Blue) = 154+219+80=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB50 is #6524AF. Grayscale: #B8B8B8. Windows color (decimal): -6628528 or 5299098. OLE color: 5299098.

HSL color Cylindrical-coordinate representation of color #9ADB50: hue angle of 88.06º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ADB50 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 80 -
CMYK 0.30 0 0.63 0.14
HSL 88.06º 0.66% 0.59% -
HSV(B) 88.06º 0.63% 0.86% -
XYZ 40.11 58.11 16.69 -
YUV 183.72 69.47 106.8 -
System Red Green Blue C M Y K H S L
Decimal 154 219 80 0.30 0 0.63 0.14 88.06 0.66 0.59
Hex 9A DB 50 1E 0 3F E 58 42 3B
Octal 232 333 120 36 0 77 16 130 102 73
Binary 10011010 11011011 1010000 11110 0 111111 1110 1011000 1000010 111011

Color Harmonies of #9ADB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADB50

Black with #9ADB50

Text Example


Text Example

White with #9ADB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,219,80); }

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

background-color css

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

 a { background-color: rgb(154,219,80); }

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

border-color css

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

 span { border-color: rgb(154,219,80); }

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