Html Css Color HEX #9BD340 Atlantis

📋 copy color: '#9BD340'

red 155 ◦ green 211 ◦ blue 64

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

Shades of Atlantis #9BD340

Tints of Atlantis #9BD340

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.07%

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 36.05%
G = 49.07%
B = 14.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#9BD340 (or 0x9BD340) is known color: Atlantis. HEX triplet: 9B, D3 and 40. RGB value is (155,211,64). Sum of RGB (Red+Green+Blue) = 155+211+64=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD340 is #642CBF. Grayscale: #B2B2B2. Windows color (decimal): -6565056 or 4248475. OLE color: 4248475.

HSL color Cylindrical-coordinate representation of color #9BD340: hue angle of 82.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9BD340 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 211 64 -
CMYK 0.27 0 0.70 0.17
HSL 82.86º 0.63% 0.54% -
HSV(B) 82.86º 0.7% 0.83% -
XYZ 37.74 53.93 13.27 -
YUV 177.5 63.95 111.95 -
System Red Green Blue C M Y K H S L
Decimal 155 211 64 0.27 0 0.70 0.17 82.86 0.63 0.54
Hex 9B D3 40 1B 0 46 11 53 3F 36
Octal 233 323 100 33 0 106 21 123 77 66
Binary 10011011 11010011 1000000 11011 0 1000110 10001 1010011 111111 110110

Color Harmonies of #9BD340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD340

Black with #9BD340

Text Example


Text Example

White with #9BD340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,211,64); }

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

background-color css

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

 a { background-color: rgb(155,211,64); }

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

border-color css

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

 span { border-color: rgb(155,211,64); }

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