Html Css Color HEX #9FBC3F Atlantis

📋 copy color: '#9FBC3F'

red 159 ◦ green 188 ◦ blue 63

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

Shades of Atlantis #9FBC3F

Tints of Atlantis #9FBC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.85%

 BLUE value IS 63 (25% from 255) = 15.37%

R = 38.78%
G = 45.85%
B = 15.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#9FBC3F (or 0x9FBC3F) is known color: Atlantis. HEX triplet: 9F, BC and 3F. RGB value is (159,188,63). Sum of RGB (Red+Green+Blue) = 159+188+63=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC3F is #6043C0. Grayscale: #A5A5A5. Windows color (decimal): -6308801 or 4177055. OLE color: 4177055.

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

Color convert

RGB 159 188 63 -
CMYK 0.15 0 0.66 0.26
HSL 73.92º 0.5% 0.49% -
HSV(B) 73.92º 0.66% 0.74% -
XYZ 33.18 43.7 11.39 -
YUV 165.08 70.39 123.66 -
System Red Green Blue C M Y K H S L
Decimal 159 188 63 0.15 0 0.66 0.26 73.92 0.5 0.49
Hex 9F BC 3F F 0 42 1A 4A 32 31
Octal 237 274 77 17 0 102 32 112 62 61
Binary 10011111 10111100 111111 1111 0 1000010 11010 1001010 110010 110001

Color Harmonies of #9FBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC3F

Black with #9FBC3F

Text Example


Text Example

White with #9FBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,63); }

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

background-color css

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

 a { background-color: rgb(159,188,63); }

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

border-color css

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

 span { border-color: rgb(159,188,63); }

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