Html Css Color HEX #9BE032 Atlantis

📋 copy color: '#9BE032'

red 155 ◦ green 224 ◦ blue 50

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

Shades of Atlantis #9BE032

Tints of Atlantis #9BE032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.21%

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

R = 36.13%
G = 52.21%
B = 11.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#9BE032 (or 0x9BE032) is known color: Atlantis. HEX triplet: 9B, E0 and 32. RGB value is (155,224,50). Sum of RGB (Red+Green+Blue) = 155+224+50=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE032 is #641FCD. Grayscale: #B8B8B8. Windows color (decimal): -6561742 or 3334299. OLE color: 3334299.

HSL color Cylindrical-coordinate representation of color #9BE032: hue angle of 83.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9BE032 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 224 50 -
CMYK 0.31 0 0.78 0.12
HSL 83.79º 0.74% 0.54% -
HSV(B) 83.79º 0.78% 0.88% -
XYZ 40.75 60.51 12.55 -
YUV 183.53 52.64 107.65 -
System Red Green Blue C M Y K H S L
Decimal 155 224 50 0.31 0 0.78 0.12 83.79 0.74 0.54
Hex 9B E0 32 1F 0 4E C 54 4A 36
Octal 233 340 62 37 0 116 14 124 112 66
Binary 10011011 11100000 110010 11111 0 1001110 1100 1010100 1001010 110110

Color Harmonies of #9BE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE032

Black with #9BE032

Text Example


Text Example

White with #9BE032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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