Html Css Color HEX #9BE131 Atlantis

📋 copy color: '#9BE131'

red 155 ◦ green 225 ◦ blue 49

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

Shades of Atlantis #9BE131

Tints of Atlantis #9BE131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.42%

R = 36.13%
G = 52.45%
B = 11.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#9BE131 (or 0x9BE131) is known color: Atlantis. HEX triplet: 9B, E1 and 31. RGB value is (155,225,49). Sum of RGB (Red+Green+Blue) = 155+225+49=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE131 is #641ECE. Grayscale: #B8B8B8. Windows color (decimal): -6561487 or 3269019. OLE color: 3269019.

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

Color convert

RGB 155 225 49 -
CMYK 0.31 0 0.78 0.12
HSL 83.86º 0.75% 0.54% -
HSV(B) 83.86º 0.78% 0.88% -
XYZ 41 61.04 12.53 -
YUV 184.01 51.81 107.31 -
System Red Green Blue C M Y K H S L
Decimal 155 225 49 0.31 0 0.78 0.12 83.86 0.75 0.54
Hex 9B E1 31 1F 0 4E C 54 4B 36
Octal 233 341 61 37 0 116 14 124 113 66
Binary 10011011 11100001 110001 11111 0 1001110 1100 1010100 1001011 110110

Color Harmonies of #9BE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE131

Black with #9BE131

Text Example


Text Example

White with #9BE131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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