Html Css Color HEX #9BD353 Atlantis

📋 copy color: '#9BD353'

red 155 ◦ green 211 ◦ blue 83

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

Shades of Atlantis #9BD353

Tints of Atlantis #9BD353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.49%

R = 34.52%
G = 46.99%
B = 18.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#9BD353 (or 0x9BD353) is known color: Atlantis. HEX triplet: 9B, D3 and 53. RGB value is (155,211,83). Sum of RGB (Red+Green+Blue) = 155+211+83=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD353 is #642CAC. Grayscale: #B4B4B4. Windows color (decimal): -6565037 or 5493659. OLE color: 5493659.

HSL color Cylindrical-coordinate representation of color #9BD353: hue angle of 86.25º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BD353 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 211 83 -
CMYK 0.27 0 0.61 0.17
HSL 86.25º 0.59% 0.58% -
HSV(B) 86.25º 0.61% 0.83% -
XYZ 38.37 54.18 16.62 -
YUV 179.66 73.45 110.41 -
System Red Green Blue C M Y K H S L
Decimal 155 211 83 0.27 0 0.61 0.17 86.25 0.59 0.58
Hex 9B D3 53 1B 0 3D 11 56 3B 3A
Octal 233 323 123 33 0 75 21 126 73 72
Binary 10011011 11010011 1010011 11011 0 111101 10001 1010110 111011 111010

Color Harmonies of #9BD353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD353

Black with #9BD353

Text Example


Text Example

White with #9BD353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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