Html Css Color HEX #9BD545 Atlantis

📋 copy color: '#9BD545'

red 155 ◦ green 213 ◦ blue 69

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

Shades of Atlantis #9BD545

Tints of Atlantis #9BD545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.74%

 BLUE value IS 69 (27.34% from 255) = 15.79%

R = 35.47%
G = 48.74%
B = 15.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#9BD545 (or 0x9BD545) is known color: Atlantis. HEX triplet: 9B, D5 and 45. RGB value is (155,213,69). Sum of RGB (Red+Green+Blue) = 155+213+69=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD545 is #642ABA. Grayscale: #B3B3B3. Windows color (decimal): -6564539 or 4576667. OLE color: 4576667.

HSL color Cylindrical-coordinate representation of color #9BD545: hue angle of 84.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BD545 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 69 -
CMYK 0.27 0 0.68 0.16
HSL 84.17º 0.63% 0.55% -
HSV(B) 84.17º 0.68% 0.84% -
XYZ 38.39 54.99 14.22 -
YUV 179.24 65.78 110.71 -
System Red Green Blue C M Y K H S L
Decimal 155 213 69 0.27 0 0.68 0.16 84.17 0.63 0.55
Hex 9B D5 45 1B 0 44 10 54 3F 37
Octal 233 325 105 33 0 104 20 124 77 67
Binary 10011011 11010101 1000101 11011 0 1000100 10000 1010100 111111 110111

Color Harmonies of #9BD545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD545

Black with #9BD545

Text Example


Text Example

White with #9BD545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,213,69); }

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

background-color css

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

 a { background-color: rgb(155,213,69); }

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

border-color css

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

 span { border-color: rgb(155,213,69); }

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