Html Css Color HEX #9BED40 Atlantis

📋 copy color: '#9BED40'

red 155 ◦ green 237 ◦ blue 64

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

Shades of Atlantis #9BED40

Tints of Atlantis #9BED40

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.97%

 BLUE value IS 64 (25.39% from 255) = 14.04%

R = 33.99%
G = 51.97%
B = 14.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#9BED40 (or 0x9BED40) is known color: Atlantis. HEX triplet: 9B, ED and 40. RGB value is (155,237,64). Sum of RGB (Red+Green+Blue) = 155+237+64=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BED40 is #6412BF. Grayscale: #C1C1C1. Windows color (decimal): -6558400 or 4255131. OLE color: 4255131.

HSL color Cylindrical-coordinate representation of color #9BED40: hue angle of 88.44º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9BED40 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 237 64 -
CMYK 0.35 0 0.73 0.07
HSL 88.44º 0.83% 0.59% -
HSV(B) 88.44º 0.73% 0.93% -
XYZ 44.73 67.91 15.6 -
YUV 192.76 55.33 101.07 -
System Red Green Blue C M Y K H S L
Decimal 155 237 64 0.35 0 0.73 0.07 88.44 0.83 0.59
Hex 9B ED 40 23 0 49 7 58 53 3B
Octal 233 355 100 43 0 111 7 130 123 73
Binary 10011011 11101101 1000000 100011 0 1001001 111 1011000 1010011 111011

Color Harmonies of #9BED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BED40

Black with #9BED40

Text Example


Text Example

White with #9BED40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,237,64); }

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

background-color css

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

 a { background-color: rgb(155,237,64); }

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

border-color css

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

 span { border-color: rgb(155,237,64); }

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