Html Css Color HEX #9BE148 Atlantis

📋 copy color: '#9BE148'

red 155 ◦ green 225 ◦ blue 72

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

Shades of Atlantis #9BE148

Tints of Atlantis #9BE148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.93%

R = 34.29%
G = 49.78%
B = 15.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#9BE148 (or 0x9BE148) is known color: Atlantis. HEX triplet: 9B, E1 and 48. RGB value is (155,225,72). Sum of RGB (Red+Green+Blue) = 155+225+72=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE148 is #641EB7. Grayscale: #BBBBBB. Windows color (decimal): -6561464 or 4776347. OLE color: 4776347.

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

Color convert

RGB 155 225 72 -
CMYK 0.31 0 0.68 0.12
HSL 87.45º 0.72% 0.58% -
HSV(B) 87.45º 0.68% 0.88% -
XYZ 41.61 61.29 15.77 -
YUV 186.63 63.31 105.44 -
System Red Green Blue C M Y K H S L
Decimal 155 225 72 0.31 0 0.68 0.12 87.45 0.72 0.58
Hex 9B E1 48 1F 0 44 C 57 48 3A
Octal 233 341 110 37 0 104 14 127 110 72
Binary 10011011 11100001 1001000 11111 0 1000100 1100 1010111 1001000 111010

Color Harmonies of #9BE148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE148

Black with #9BE148

Text Example


Text Example

White with #9BE148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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