Html Css Color HEX #9BDE3D Atlantis

📋 copy color: '#9BDE3D'

red 155 ◦ green 222 ◦ blue 61

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

Shades of Atlantis #9BDE3D

Tints of Atlantis #9BDE3D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.68%

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

R = 35.39%
G = 50.68%
B = 13.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#9BDE3D (or 0x9BDE3D) is known color: Atlantis. HEX triplet: 9B, DE and 3D. RGB value is (155,222,61). Sum of RGB (Red+Green+Blue) = 155+222+61=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDE3D is #6421C2. Grayscale: #B8B8B8. Windows color (decimal): -6562243 or 4054683. OLE color: 4054683.

HSL color Cylindrical-coordinate representation of color #9BDE3D: hue angle of 84.97º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9BDE3D is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 222 61 -
CMYK 0.30 0 0.73 0.13
HSL 84.97º 0.71% 0.55% -
HSV(B) 84.97º 0.73% 0.87% -
XYZ 40.48 59.55 13.78 -
YUV 183.61 58.8 107.59 -
System Red Green Blue C M Y K H S L
Decimal 155 222 61 0.30 0 0.73 0.13 84.97 0.71 0.55
Hex 9B DE 3D 1E 0 49 D 55 47 37
Octal 233 336 75 36 0 111 15 125 107 67
Binary 10011011 11011110 111101 11110 0 1001001 1101 1010101 1000111 110111

Color Harmonies of #9BDE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDE3D

Black with #9BDE3D

Text Example


Text Example

White with #9BDE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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