Html Css Color HEX #9BD040 Atlantis

📋 copy color: '#9BD040'

red 155 ◦ green 208 ◦ blue 64

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

Shades of Atlantis #9BD040

Tints of Atlantis #9BD040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.71%

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

R = 36.3%
G = 48.71%
B = 14.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#9BD040 (or 0x9BD040) is known color: Atlantis. HEX triplet: 9B, D0 and 40. RGB value is (155,208,64). Sum of RGB (Red+Green+Blue) = 155+208+64=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD040 is #642FBF. Grayscale: #B0B0B0. Windows color (decimal): -6565824 or 4247707. OLE color: 4247707.

HSL color Cylindrical-coordinate representation of color #9BD040: hue angle of 82.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BD040 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 208 64 -
CMYK 0.25 0 0.69 0.18
HSL 82.08º 0.61% 0.53% -
HSV(B) 82.08º 0.69% 0.82% -
XYZ 37 52.45 13.02 -
YUV 175.74 64.94 113.21 -
System Red Green Blue C M Y K H S L
Decimal 155 208 64 0.25 0 0.69 0.18 82.08 0.61 0.53
Hex 9B D0 40 19 0 45 12 52 3D 35
Octal 233 320 100 31 0 105 22 122 75 65
Binary 10011011 11010000 1000000 11001 0 1000101 10010 1010010 111101 110101

Color Harmonies of #9BD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD040

Black with #9BD040

Text Example


Text Example

White with #9BD040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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