Html Css Color HEX #9BDA3B Atlantis

📋 copy color: '#9BDA3B'

red 155 ◦ green 218 ◦ blue 59

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

Shades of Atlantis #9BDA3B

Tints of Atlantis #9BDA3B

RGB

 RED value IS 155 (60.94% from 255) = 35.88%

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

 BLUE value IS 59 (23.44% from 255) = 13.66%

R = 35.88%
G = 50.46%
B = 13.66%

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

#9BDA3B (or 0x9BDA3B) is known color: Atlantis. HEX triplet: 9B, DA and 3B. RGB value is (155,218,59). Sum of RGB (Red+Green+Blue) = 155+218+59=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDA3B is #6425C4. Grayscale: #B5B5B5. Windows color (decimal): -6563269 or 3922587. OLE color: 3922587.

HSL color Cylindrical-coordinate representation of color #9BDA3B: hue angle of 83.77º 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 #9BDA3B is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 218 59 -
CMYK 0.29 0 0.73 0.15
HSL 83.77º 0.68% 0.54% -
HSV(B) 83.77º 0.73% 0.85% -
XYZ 39.38 57.43 13.15 -
YUV 181.04 59.13 109.43 -
System Red Green Blue C M Y K H S L
Decimal 155 218 59 0.29 0 0.73 0.15 83.77 0.68 0.54
Hex 9B DA 3B 1D 0 49 F 54 44 36
Octal 233 332 73 35 0 111 17 124 104 66
Binary 10011011 11011010 111011 11101 0 1001001 1111 1010100 1000100 110110

Color Harmonies of #9BDA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDA3B

Black with #9BDA3B

Text Example


Text Example

White with #9BDA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,218,59); }

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

background-color css

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

 a { background-color: rgb(155,218,59); }

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

border-color css

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

 span { border-color: rgb(155,218,59); }

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