Html Css Color HEX #9BE932 Atlantis

📋 copy color: '#9BE932'

red 155 ◦ green 233 ◦ blue 50

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

Shades of Atlantis #9BE932

Tints of Atlantis #9BE932

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.2%

 BLUE value IS 50 (19.92% from 255) = 11.42%

R = 35.39%
G = 53.2%
B = 11.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#9BE932 (or 0x9BE932) is known color: Atlantis. HEX triplet: 9B, E9 and 32. RGB value is (155,233,50). Sum of RGB (Red+Green+Blue) = 155+233+50=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 233 (91.41% from 255 or 53.20% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE932 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BE932 is #6416CD. Grayscale: #BDBDBD. Windows color (decimal): -6559438 or 3336603. OLE color: 3336603.

HSL color Cylindrical-coordinate representation of color #9BE932: hue angle of 85.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9BE932 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 233 50 -
CMYK 0.33 0 0.79 0.09
HSL 85.57º 0.81% 0.55% -
HSV(B) 85.57º 0.79% 0.91% -
XYZ 43.23 65.48 13.38 -
YUV 188.82 49.66 103.88 -
System Red Green Blue C M Y K H S L
Decimal 155 233 50 0.33 0 0.79 0.09 85.57 0.81 0.55
Hex 9B E9 32 21 0 4F 9 56 51 37
Octal 233 351 62 41 0 117 11 126 121 67
Binary 10011011 11101001 110010 100001 0 1001111 1001 1010110 1010001 110111

Color Harmonies of #9BE932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE932

Black with #9BE932

Text Example


Text Example

White with #9BE932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,233,50); }

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

background-color css

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

 a { background-color: rgb(155,233,50); }

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

border-color css

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

 span { border-color: rgb(155,233,50); }

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