Html Css Color HEX #9BDC36 Atlantis

📋 copy color: '#9BDC36'

red 155 ◦ green 220 ◦ blue 54

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

Shades of Atlantis #9BDC36

Tints of Atlantis #9BDC36

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.28%

 BLUE value IS 54 (21.48% from 255) = 12.59%

R = 36.13%
G = 51.28%
B = 12.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#9BDC36 (or 0x9BDC36) is known color: Atlantis. HEX triplet: 9B, DC and 36. RGB value is (155,220,54). Sum of RGB (Red+Green+Blue) = 155+220+54=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDC36 is #6423C9. Grayscale: #B6B6B6. Windows color (decimal): -6562762 or 3595419. OLE color: 3595419.

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

Color convert

RGB 155 220 54 -
CMYK 0.30 0 0.75 0.14
HSL 83.49º 0.7% 0.54% -
HSV(B) 83.49º 0.75% 0.86% -
XYZ 39.78 58.42 12.67 -
YUV 181.64 55.97 109 -
System Red Green Blue C M Y K H S L
Decimal 155 220 54 0.30 0 0.75 0.14 83.49 0.7 0.54
Hex 9B DC 36 1E 0 4B E 53 46 36
Octal 233 334 66 36 0 113 16 123 106 66
Binary 10011011 11011100 110110 11110 0 1001011 1110 1010011 1000110 110110

Color Harmonies of #9BDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC36

Black with #9BDC36

Text Example


Text Example

White with #9BDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,220,54); }

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

background-color css

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

 a { background-color: rgb(155,220,54); }

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

border-color css

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

 span { border-color: rgb(155,220,54); }

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