Html Css Color HEX #9BE538 Atlantis

📋 copy color: '#9BE538'

red 155 ◦ green 229 ◦ blue 56

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

Shades of Atlantis #9BE538

Tints of Atlantis #9BE538

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.05%

 BLUE value IS 56 (22.27% from 255) = 12.73%

R = 35.23%
G = 52.05%
B = 12.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#9BE538 (or 0x9BE538) is known color: Atlantis. HEX triplet: 9B, E5 and 38. RGB value is (155,229,56). Sum of RGB (Red+Green+Blue) = 155+229+56=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE538 is #641AC7. Grayscale: #BBBBBB. Windows color (decimal): -6560456 or 3728795. OLE color: 3728795.

HSL color Cylindrical-coordinate representation of color #9BE538: hue angle of 85.66º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BE538 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 229 56 -
CMYK 0.32 0 0.76 0.10
HSL 85.66º 0.77% 0.56% -
HSV(B) 85.66º 0.76% 0.9% -
XYZ 42.25 63.29 13.73 -
YUV 187.15 53.98 105.07 -
System Red Green Blue C M Y K H S L
Decimal 155 229 56 0.32 0 0.76 0.10 85.66 0.77 0.56
Hex 9B E5 38 20 0 4C A 56 4D 38
Octal 233 345 70 40 0 114 12 126 115 70
Binary 10011011 11100101 111000 100000 0 1001100 1010 1010110 1001101 111000

Color Harmonies of #9BE538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE538

Black with #9BE538

Text Example


Text Example

White with #9BE538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,229,56); }

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

background-color css

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

 a { background-color: rgb(155,229,56); }

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

border-color css

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

 span { border-color: rgb(155,229,56); }

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