Html Css Color HEX #9BE030 Atlantis

📋 copy color: '#9BE030'

red 155 ◦ green 224 ◦ blue 48

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

Shades of Atlantis #9BE030

Tints of Atlantis #9BE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.46%

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

R = 36.3%
G = 52.46%
B = 11.24%

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

#9BE030 (or 0x9BE030) is known color: Atlantis. HEX triplet: 9B, E0 and 30. RGB value is (155,224,48). Sum of RGB (Red+Green+Blue) = 155+224+48=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE030 is #641FCF. Grayscale: #B7B7B7. Windows color (decimal): -6561744 or 3203227. OLE color: 3203227.

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

Color convert

RGB 155 224 48 -
CMYK 0.31 0 0.79 0.12
HSL 83.52º 0.74% 0.53% -
HSV(B) 83.52º 0.79% 0.88% -
XYZ 40.71 60.49 12.33 -
YUV 183.31 51.64 107.81 -
System Red Green Blue C M Y K H S L
Decimal 155 224 48 0.31 0 0.79 0.12 83.52 0.74 0.53
Hex 9B E0 30 1F 0 4F C 54 4A 35
Octal 233 340 60 37 0 117 14 124 112 65
Binary 10011011 11100000 110000 11111 0 1001111 1100 1010100 1001010 110101

Color Harmonies of #9BE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE030

Black with #9BE030

Text Example


Text Example

White with #9BE030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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