Html Css Color HEX #9BE144 Atlantis

📋 copy color: '#9BE144'

red 155 ◦ green 225 ◦ blue 68

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

Shades of Atlantis #9BE144

Tints of Atlantis #9BE144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.18%

R = 34.6%
G = 50.22%
B = 15.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#9BE144 (or 0x9BE144) is known color: Atlantis. HEX triplet: 9B, E1 and 44. RGB value is (155,225,68). Sum of RGB (Red+Green+Blue) = 155+225+68=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE144 is #641EBB. Grayscale: #BABABA. Windows color (decimal): -6561468 or 4514203. OLE color: 4514203.

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

Color convert

RGB 155 225 68 -
CMYK 0.31 0 0.70 0.12
HSL 86.75º 0.72% 0.57% -
HSV(B) 86.75º 0.7% 0.88% -
XYZ 41.49 61.24 15.1 -
YUV 186.17 61.31 105.77 -
System Red Green Blue C M Y K H S L
Decimal 155 225 68 0.31 0 0.70 0.12 86.75 0.72 0.57
Hex 9B E1 44 1F 0 46 C 57 48 39
Octal 233 341 104 37 0 106 14 127 110 71
Binary 10011011 11100001 1000100 11111 0 1000110 1100 1010111 1001000 111001

Color Harmonies of #9BE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE144

Black with #9BE144

Text Example


Text Example

White with #9BE144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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