Html Css Color HEX #9FBE3F Atlantis

📋 copy color: '#9FBE3F'

red 159 ◦ green 190 ◦ blue 63

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

Shades of Atlantis #9FBE3F

Tints of Atlantis #9FBE3F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.12%

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

R = 38.59%
G = 46.12%
B = 15.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#9FBE3F (or 0x9FBE3F) is known color: Atlantis. HEX triplet: 9F, BE and 3F. RGB value is (159,190,63). Sum of RGB (Red+Green+Blue) = 159+190+63=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBE3F is #6041C0. Grayscale: #A6A6A6. Windows color (decimal): -6308289 or 4177567. OLE color: 4177567.

HSL color Cylindrical-coordinate representation of color #9FBE3F: hue angle of 74.65º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FBE3F is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 63 -
CMYK 0.16 0 0.67 0.25
HSL 74.65º 0.5% 0.5% -
HSV(B) 74.65º 0.67% 0.75% -
XYZ 33.61 44.56 11.53 -
YUV 166.25 69.73 122.83 -
System Red Green Blue C M Y K H S L
Decimal 159 190 63 0.16 0 0.67 0.25 74.65 0.5 0.5
Hex 9F BE 3F 10 0 43 19 4B 32 32
Octal 237 276 77 20 0 103 31 113 62 62
Binary 10011111 10111110 111111 10000 0 1000011 11001 1001011 110010 110010

Color Harmonies of #9FBE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE3F

Black with #9FBE3F

Text Example


Text Example

White with #9FBE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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