Html Css Color HEX #9BE141 Atlantis

📋 copy color: '#9BE141'

red 155 ◦ green 225 ◦ blue 65

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

Shades of Atlantis #9BE141

Tints of Atlantis #9BE141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.56%

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 34.83%
G = 50.56%
B = 14.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#9BE141 (or 0x9BE141) is known color: Atlantis. HEX triplet: 9B, E1 and 41. RGB value is (155,225,65). Sum of RGB (Red+Green+Blue) = 155+225+65=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE141 is #641EBE. Grayscale: #BABABA. Windows color (decimal): -6561471 or 4317595. OLE color: 4317595.

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

Color convert

RGB 155 225 65 -
CMYK 0.31 0 0.71 0.12
HSL 86.25º 0.73% 0.57% -
HSV(B) 86.25º 0.71% 0.88% -
XYZ 41.4 61.2 14.63 -
YUV 185.83 59.81 106.01 -
System Red Green Blue C M Y K H S L
Decimal 155 225 65 0.31 0 0.71 0.12 86.25 0.73 0.57
Hex 9B E1 41 1F 0 47 C 56 49 39
Octal 233 341 101 37 0 107 14 126 111 71
Binary 10011011 11100001 1000001 11111 0 1000111 1100 1010110 1001001 111001

Color Harmonies of #9BE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE141

Black with #9BE141

Text Example


Text Example

White with #9BE141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,225,65); }

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

background-color css

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

 a { background-color: rgb(155,225,65); }

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

border-color css

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

 span { border-color: rgb(155,225,65); }

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