Html Css Color HEX #9BDA3D Atlantis

📋 copy color: '#9BDA3D'

red 155 ◦ green 218 ◦ blue 61

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

Shades of Atlantis #9BDA3D

Tints of Atlantis #9BDA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.06%

R = 35.71%
G = 50.23%
B = 14.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#9BDA3D (or 0x9BDA3D) is known color: Atlantis. HEX triplet: 9B, DA and 3D. RGB value is (155,218,61). Sum of RGB (Red+Green+Blue) = 155+218+61=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDA3D is #6425C2. Grayscale: #B5B5B5. Windows color (decimal): -6563267 or 4053659. OLE color: 4053659.

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

Color convert

RGB 155 218 61 -
CMYK 0.29 0 0.72 0.15
HSL 84.08º 0.68% 0.55% -
HSV(B) 84.08º 0.72% 0.85% -
XYZ 39.43 57.45 13.43 -
YUV 181.27 60.13 109.27 -
System Red Green Blue C M Y K H S L
Decimal 155 218 61 0.29 0 0.72 0.15 84.08 0.68 0.55
Hex 9B DA 3D 1D 0 48 F 54 44 37
Octal 233 332 75 35 0 110 17 124 104 67
Binary 10011011 11011010 111101 11101 0 1001000 1111 1010100 1000100 110111

Color Harmonies of #9BDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDA3D

Black with #9BDA3D

Text Example


Text Example

White with #9BDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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