Html Css Color HEX #9BDB3F Atlantis

📋 copy color: '#9BDB3F'

red 155 ◦ green 219 ◦ blue 63

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

Shades of Atlantis #9BDB3F

Tints of Atlantis #9BDB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.42%

R = 35.47%
G = 50.11%
B = 14.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#9BDB3F (or 0x9BDB3F) is known color: Atlantis. HEX triplet: 9B, DB and 3F. RGB value is (155,219,63). Sum of RGB (Red+Green+Blue) = 155+219+63=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDB3F is #6424C0. Grayscale: #B6B6B6. Windows color (decimal): -6563009 or 4184987. OLE color: 4184987.

HSL color Cylindrical-coordinate representation of color #9BDB3F: hue angle of 84.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9BDB3F is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 219 63 -
CMYK 0.29 0 0.71 0.14
HSL 84.62º 0.68% 0.55% -
HSV(B) 84.62º 0.71% 0.86% -
XYZ 39.75 57.99 13.8 -
YUV 182.08 60.8 108.68 -
System Red Green Blue C M Y K H S L
Decimal 155 219 63 0.29 0 0.71 0.14 84.62 0.68 0.55
Hex 9B DB 3F 1D 0 47 E 55 44 37
Octal 233 333 77 35 0 107 16 125 104 67
Binary 10011011 11011011 111111 11101 0 1000111 1110 1010101 1000100 110111

Color Harmonies of #9BDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDB3F

Black with #9BDB3F

Text Example


Text Example

White with #9BDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,219,63); }

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

background-color css

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

 a { background-color: rgb(155,219,63); }

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

border-color css

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

 span { border-color: rgb(155,219,63); }

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