Html Css Color HEX #9BD540 Atlantis

📋 copy color: '#9BD540'

red 155 ◦ green 213 ◦ blue 64

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

Shades of Atlantis #9BD540

Tints of Atlantis #9BD540

RGB

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

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

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

R = 35.88%
G = 49.31%
B = 14.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#9BD540 (or 0x9BD540) is known color: Atlantis. HEX triplet: 9B, D5 and 40. RGB value is (155,213,64). Sum of RGB (Red+Green+Blue) = 155+213+64=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD540 is #642ABF. Grayscale: #B3B3B3. Windows color (decimal): -6564544 or 4248987. OLE color: 4248987.

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

Color convert

RGB 155 213 64 -
CMYK 0.27 0 0.70 0.16
HSL 83.36º 0.64% 0.54% -
HSV(B) 83.36º 0.7% 0.84% -
XYZ 38.24 54.93 13.44 -
YUV 178.67 63.28 111.12 -
System Red Green Blue C M Y K H S L
Decimal 155 213 64 0.27 0 0.70 0.16 83.36 0.64 0.54
Hex 9B D5 40 1B 0 46 10 53 40 36
Octal 233 325 100 33 0 106 20 123 100 66
Binary 10011011 11010101 1000000 11011 0 1000110 10000 1010011 1000000 110110

Color Harmonies of #9BD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD540

Black with #9BD540

Text Example


Text Example

White with #9BD540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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