Html Css Color HEX #9BE145 Atlantis

📋 copy color: '#9BE145'

red 155 ◦ green 225 ◦ blue 69

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

Shades of Atlantis #9BE145

Tints of Atlantis #9BE145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.37%

R = 34.52%
G = 50.11%
B = 15.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#9BE145 (or 0x9BE145) is known color: Atlantis. HEX triplet: 9B, E1 and 45. RGB value is (155,225,69). Sum of RGB (Red+Green+Blue) = 155+225+69=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE145 is #641EBA. Grayscale: #BABABA. Windows color (decimal): -6561467 or 4579739. OLE color: 4579739.

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

Color convert

RGB 155 225 69 -
CMYK 0.31 0 0.69 0.12
HSL 86.92º 0.72% 0.58% -
HSV(B) 86.92º 0.69% 0.88% -
XYZ 41.52 61.25 15.26 -
YUV 186.29 61.81 105.68 -
System Red Green Blue C M Y K H S L
Decimal 155 225 69 0.31 0 0.69 0.12 86.92 0.72 0.58
Hex 9B E1 45 1F 0 45 C 57 48 3A
Octal 233 341 105 37 0 105 14 127 110 72
Binary 10011011 11100001 1000101 11111 0 1000101 1100 1010111 1001000 111010

Color Harmonies of #9BE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE145

Black with #9BE145

Text Example


Text Example

White with #9BE145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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