Html Css Color HEX #9FBA41 Atlantis

📋 copy color: '#9FBA41'

red 159 ◦ green 186 ◦ blue 65

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

Shades of Atlantis #9FBA41

Tints of Atlantis #9FBA41

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.37%

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 38.78%
G = 45.37%
B = 15.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#9FBA41 (or 0x9FBA41) is known color: Atlantis. HEX triplet: 9F, BA and 41. RGB value is (159,186,65). Sum of RGB (Red+Green+Blue) = 159+186+65=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBA41 is #6045BE. Grayscale: #A4A4A4. Windows color (decimal): -6309311 or 4307615. OLE color: 4307615.

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

Color convert

RGB 159 186 65 -
CMYK 0.15 0 0.65 0.27
HSL 73.39º 0.48% 0.49% -
HSV(B) 73.39º 0.65% 0.73% -
XYZ 32.81 42.87 11.55 -
YUV 164.13 72.05 124.34 -
System Red Green Blue C M Y K H S L
Decimal 159 186 65 0.15 0 0.65 0.27 73.39 0.48 0.49
Hex 9F BA 41 F 0 41 1B 49 30 31
Octal 237 272 101 17 0 101 33 111 60 61
Binary 10011111 10111010 1000001 1111 0 1000001 11011 1001001 110000 110001

Color Harmonies of #9FBA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA41

Black with #9FBA41

Text Example


Text Example

White with #9FBA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,186,65); }

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

background-color css

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

 a { background-color: rgb(159,186,65); }

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

border-color css

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

 span { border-color: rgb(159,186,65); }

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