Html Css Color HEX #9BEB40 Atlantis

📋 copy color: '#9BEB40'

red 155 ◦ green 235 ◦ blue 64

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

Shades of Atlantis #9BEB40

Tints of Atlantis #9BEB40

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.76%

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

R = 34.14%
G = 51.76%
B = 14.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#9BEB40 (or 0x9BEB40) is known color: Atlantis. HEX triplet: 9B, EB and 40. RGB value is (155,235,64). Sum of RGB (Red+Green+Blue) = 155+235+64=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BEB40 is #6414BF. Grayscale: #C0C0C0. Windows color (decimal): -6558912 or 4254619. OLE color: 4254619.

HSL color Cylindrical-coordinate representation of color #9BEB40: hue angle of 88.07º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9BEB40 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 235 64 -
CMYK 0.34 0 0.73 0.08
HSL 88.07º 0.81% 0.59% -
HSV(B) 88.07º 0.73% 0.92% -
XYZ 44.15 66.76 15.41 -
YUV 191.59 56 101.9 -
System Red Green Blue C M Y K H S L
Decimal 155 235 64 0.34 0 0.73 0.08 88.07 0.81 0.59
Hex 9B EB 40 22 0 49 8 58 51 3B
Octal 233 353 100 42 0 111 10 130 121 73
Binary 10011011 11101011 1000000 100010 0 1001001 1000 1011000 1010001 111011

Color Harmonies of #9BEB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEB40

Black with #9BEB40

Text Example


Text Example

White with #9BEB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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