Html Css Color HEX #9FBB40 Atlantis

📋 copy color: '#9FBB40'

red 159 ◦ green 187 ◦ blue 64

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

Shades of Atlantis #9FBB40

Tints of Atlantis #9FBB40

RGB

 RED value IS 159 (62.5% from 255) = 38.78%

 GREEN value IS 187 (73.44% from 255) = 45.61%

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

R = 38.78%
G = 45.61%
B = 15.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#9FBB40 (or 0x9FBB40) is known color: Atlantis. HEX triplet: 9F, BB and 40. RGB value is (159,187,64). Sum of RGB (Red+Green+Blue) = 159+187+64=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBB40 is #6044BF. Grayscale: #A5A5A5. Windows color (decimal): -6309056 or 4242335. OLE color: 4242335.

HSL color Cylindrical-coordinate representation of color #9FBB40: hue angle of 73.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FBB40 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 187 64 -
CMYK 0.15 0 0.66 0.27
HSL 73.66º 0.49% 0.49% -
HSV(B) 73.66º 0.66% 0.73% -
XYZ 32.99 43.28 11.47 -
YUV 164.61 71.22 124 -
System Red Green Blue C M Y K H S L
Decimal 159 187 64 0.15 0 0.66 0.27 73.66 0.49 0.49
Hex 9F BB 40 F 0 42 1B 4A 31 31
Octal 237 273 100 17 0 102 33 112 61 61
Binary 10011111 10111011 1000000 1111 0 1000010 11011 1001010 110001 110001

Color Harmonies of #9FBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBB40

Black with #9FBB40

Text Example


Text Example

White with #9FBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,187,64); }

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

background-color css

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

 a { background-color: rgb(159,187,64); }

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

border-color css

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

 span { border-color: rgb(159,187,64); }

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