Html Css Color HEX #9BE130 Atlantis

📋 copy color: '#9BE130'

red 155 ◦ green 225 ◦ blue 48

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

Shades of Atlantis #9BE130

Tints of Atlantis #9BE130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.21%

R = 36.21%
G = 52.57%
B = 11.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#9BE130 (or 0x9BE130) is known color: Atlantis. HEX triplet: 9B, E1 and 30. RGB value is (155,225,48). Sum of RGB (Red+Green+Blue) = 155+225+48=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE130 is #641ECF. Grayscale: #B8B8B8. Windows color (decimal): -6561488 or 3203483. OLE color: 3203483.

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

Color convert

RGB 155 225 48 -
CMYK 0.31 0 0.79 0.12
HSL 83.73º 0.75% 0.54% -
HSV(B) 83.73º 0.79% 0.88% -
XYZ 40.98 61.03 12.42 -
YUV 183.89 51.31 107.39 -
System Red Green Blue C M Y K H S L
Decimal 155 225 48 0.31 0 0.79 0.12 83.73 0.75 0.54
Hex 9B E1 30 1F 0 4F C 54 4B 36
Octal 233 341 60 37 0 117 14 124 113 66
Binary 10011011 11100001 110000 11111 0 1001111 1100 1010100 1001011 110110

Color Harmonies of #9BE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE130

Black with #9BE130

Text Example


Text Example

White with #9BE130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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