#9BE834

Color #9BE834 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9BE834

Tints of Atlantis #9BE834

Color information

#9BE834 (or 0x9BE834) is unknown color: approx Atlantis. HEX triplet: 9B, E8 and 34. RGB value is (155,232,52). Sum of RGB (Red+Green+Blue) = 155+232+52=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 232 (91.02% from 255 or 52.85% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 232 - color contains mainly: green. Hex color #9BE834 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BE834 is #6417CB. Grayscale: #BDBDBD. Windows color (decimal): -6559692 or 3467419. OLE color: 3467419.

HSL color Cylindrical-coordinate representation of color #9BE834: hue angle of 85.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9BE834 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB15523252-
CMYK0.3300.780.09
HSL85.67º79.65%55.69%-
HSV(B)85.67º77.59%90.98%-
XYZ42.9964.9313.52-
YUV188.4650.99104.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 232 (91.02% from 255) = 52.85%
BLUE value IS 52 (20.70% from 255) = 11.85%
R=35.31%
G=52.85%
B=11.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal155232520.3300.780.0985.6779.6555.69
Hex9BE8342104E9565038
Octal233350644101161112612070
Binary100110111110100011010010000101001110100110101101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,232,52); }

 H1.HeaderClassName
 {
   color: #9BE834;
 }
 .AnyTagClassName
 {
   color: #9BE834;
 }
</style>
background-color css

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

 a { background-color: rgb(155,232,52); }

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

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

 span { border-color: rgb(155,232,52); }

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